Searched refs:crypto_chacha_crypt (Results 1 – 5 of 5) sorted by relevance
110 int crypto_chacha_crypt(struct skcipher_request *req) in crypto_chacha_crypt() function117 EXPORT_SYMBOL_GPL(crypto_chacha_crypt);155 .encrypt = crypto_chacha_crypt,156 .decrypt = crypto_chacha_crypt,
51 int crypto_chacha_crypt(struct skcipher_request *req);
98 return crypto_chacha_crypt(req); in chacha_neon()
95 return crypto_chacha_crypt(req); in chacha_neon()
170 return crypto_chacha_crypt(req); in chacha_simd()