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

/linux-master/crypto/
H A Dchacha_generic.c15 static int chacha_stream_xor(struct skcipher_request *req, function
45 return chacha_stream_xor(req, ctx, req->iv);
66 return chacha_stream_xor(req, &subctx, real_iv);
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c109 static int chacha_stream_xor(struct skcipher_request *req, function
148 return chacha_stream_xor(req, ctx, req->iv, neon);
182 return chacha_stream_xor(req, &subctx, real_iv, neon);

Completed in 135 milliseconds