Searched refs:chacha_stream_xor (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | chacha.c | 48 static int chacha_stream_xor(struct skcipher_request *req, in chacha_stream_xor() function 84 return chacha_stream_xor(req, ctx, req->iv, false); in crypto_chacha_crypt_generic() 92 return chacha_stream_xor(req, ctx, req->iv, true); in crypto_chacha_crypt_arch() 116 return chacha_stream_xor(req, &subctx, real_iv, arch); in crypto_xchacha_crypt()
|