Home
last modified time | relevance | path

Searched refs:chacha_stream_xor (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dchacha_generic.c15 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()
/linux/arch/arm/crypto/
H A Dchacha-glue.c109 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()