Searched refs:chacha_stream_xor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | chacha-glue.c | 109 static int chacha_stream_xor(struct skcipher_request *req, in chacha_stream_xor() function 148 return chacha_stream_xor(req, ctx, req->iv, neon); in do_chacha() 182 return chacha_stream_xor(req, &subctx, real_iv, neon); in do_xchacha()
|
Completed in 4 milliseconds