Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dchacha20_generic.c75 int crypto_chacha20_crypt(struct skcipher_request *req) in crypto_chacha20_crypt() function
100 EXPORT_SYMBOL_GPL(crypto_chacha20_crypt);
115 .encrypt = crypto_chacha20_crypt,
116 .decrypt = crypto_chacha20_crypt,
/Linux-v4.19/include/crypto/
Dchacha20.h26 int crypto_chacha20_crypt(struct skcipher_request *req);
/Linux-v4.19/arch/arm64/crypto/
Dchacha20-neon-glue.c77 return crypto_chacha20_crypt(req); in chacha20_neon()
/Linux-v4.19/arch/arm/crypto/
Dchacha20-neon-glue.c69 return crypto_chacha20_crypt(req); in chacha20_neon()
/Linux-v4.19/arch/x86/crypto/
Dchacha20_glue.c78 return crypto_chacha20_crypt(req); in chacha20_simd()