crypto_xchacha_crypt  112 arch/arm/crypto/chacha-neon-glue.c 		return crypto_xchacha_crypt(req);
crypto_xchacha_crypt  109 arch/arm64/crypto/chacha-neon-glue.c 		return crypto_xchacha_crypt(req);
crypto_xchacha_crypt  193 arch/x86/crypto/chacha_glue.c 		return crypto_xchacha_crypt(req);
crypto_xchacha_crypt  139 crypto/chacha_generic.c EXPORT_SYMBOL_GPL(crypto_xchacha_crypt);
crypto_xchacha_crypt  170 crypto/chacha_generic.c 		.encrypt		= crypto_xchacha_crypt,
crypto_xchacha_crypt  171 crypto/chacha_generic.c 		.decrypt		= crypto_xchacha_crypt,
crypto_xchacha_crypt  185 crypto/chacha_generic.c 		.encrypt		= crypto_xchacha_crypt,
crypto_xchacha_crypt  186 crypto/chacha_generic.c 		.decrypt		= crypto_xchacha_crypt,
crypto_xchacha_crypt   52 include/crypto/chacha.h int crypto_xchacha_crypt(struct skcipher_request *req);