Searched refs:crypto_chacha20_crypt (Results 1 – 5 of 5) sorted by relevance
75 int crypto_chacha20_crypt(struct skcipher_request *req) in crypto_chacha20_crypt() function100 EXPORT_SYMBOL_GPL(crypto_chacha20_crypt);115 .encrypt = crypto_chacha20_crypt,116 .decrypt = crypto_chacha20_crypt,
26 int crypto_chacha20_crypt(struct skcipher_request *req);
77 return crypto_chacha20_crypt(req); in chacha20_neon()
69 return crypto_chacha20_crypt(req); in chacha20_neon()
78 return crypto_chacha20_crypt(req); in chacha20_simd()