Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dchacha_generic.c110 int crypto_chacha_crypt(struct skcipher_request *req) in crypto_chacha_crypt() function
117 EXPORT_SYMBOL_GPL(crypto_chacha_crypt);
155 .encrypt = crypto_chacha_crypt,
156 .decrypt = crypto_chacha_crypt,
/Linux-v5.4/include/crypto/
Dchacha.h51 int crypto_chacha_crypt(struct skcipher_request *req);
/Linux-v5.4/arch/arm/crypto/
Dchacha-neon-glue.c98 return crypto_chacha_crypt(req); in chacha_neon()
/Linux-v5.4/arch/arm64/crypto/
Dchacha-neon-glue.c95 return crypto_chacha_crypt(req); in chacha_neon()
/Linux-v5.4/arch/x86/crypto/
Dchacha_glue.c170 return crypto_chacha_crypt(req); in chacha_simd()