Searched refs:chacha_simd_stream_xor (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | chacha_glue.c | 163 static int chacha_simd_stream_xor(struct skcipher_request *req, in chacha_simd_stream_xor() function 203 return chacha_simd_stream_xor(req, ctx, req->iv); in chacha_simd() 227 return chacha_simd_stream_xor(req, &subctx, real_iv); in xchacha_simd()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | chacha_glue.c | 163 static int chacha_simd_stream_xor(struct skcipher_request *req, in chacha_simd_stream_xor() function 203 return chacha_simd_stream_xor(req, ctx, req->iv); in chacha_simd() 227 return chacha_simd_stream_xor(req, &subctx, real_iv); in xchacha_simd()
|
Completed in 2 milliseconds