Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/crypto/
Dchacha_glue.c163 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()