Searched refs:chacha_stream_xor (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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()
|