Searched refs:crypto_xchacha_crypt (Results 1 – 5 of 5) sorted by relevance
119 int crypto_xchacha_crypt(struct skcipher_request *req) in crypto_xchacha_crypt() function139 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,
52 int crypto_xchacha_crypt(struct skcipher_request *req);
112 return crypto_xchacha_crypt(req); in xchacha_neon()
109 return crypto_xchacha_crypt(req); in xchacha_neon()
193 return crypto_xchacha_crypt(req); in xchacha_simd()