Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dchacha_generic.c34 static int chacha_stream_xor(struct skcipher_request *req, in chacha_stream_xor() function
115 return chacha_stream_xor(req, ctx, req->iv); in crypto_chacha_crypt()
137 return chacha_stream_xor(req, &subctx, real_iv); in crypto_xchacha_crypt()