Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dchacha_generic.c119 int crypto_xchacha_crypt(struct skcipher_request *req) in crypto_xchacha_crypt() function
139 EXPORT_SYMBOL_GPL(crypto_xchacha_crypt);
170 .encrypt = crypto_xchacha_crypt,
171 .decrypt = crypto_xchacha_crypt,
185 .encrypt = crypto_xchacha_crypt,
186 .decrypt = crypto_xchacha_crypt,
/Linux-v5.4/include/crypto/
Dchacha.h52 int crypto_xchacha_crypt(struct skcipher_request *req);
/Linux-v5.4/arch/arm/crypto/
Dchacha-neon-glue.c112 return crypto_xchacha_crypt(req); in xchacha_neon()
/Linux-v5.4/arch/arm64/crypto/
Dchacha-neon-glue.c109 return crypto_xchacha_crypt(req); in xchacha_neon()
/Linux-v5.4/arch/x86/crypto/
Dchacha_glue.c193 return crypto_xchacha_crypt(req); in xchacha_simd()