Searched refs:chacha_stream_xor (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | chacha_generic.c | 15 static int chacha_stream_xor(struct skcipher_request *req, in chacha_stream_xor() function 45 return chacha_stream_xor(req, ctx, req->iv); in crypto_chacha_crypt() 66 return chacha_stream_xor(req, &subctx, real_iv); in crypto_xchacha_crypt()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | chacha-glue.c | 108 static int chacha_stream_xor(struct skcipher_request *req, in chacha_stream_xor() function 147 return chacha_stream_xor(req, ctx, req->iv, neon); in do_chacha() 181 return chacha_stream_xor(req, &subctx, real_iv, neon); in do_xchacha()
|