crypto_chacha_crypt   98 arch/arm/crypto/chacha-neon-glue.c 		return crypto_chacha_crypt(req);
crypto_chacha_crypt   95 arch/arm64/crypto/chacha-neon-glue.c 		return crypto_chacha_crypt(req);
crypto_chacha_crypt  170 arch/x86/crypto/chacha_glue.c 		return crypto_chacha_crypt(req);
crypto_chacha_crypt  117 crypto/chacha_generic.c EXPORT_SYMBOL_GPL(crypto_chacha_crypt);
crypto_chacha_crypt  155 crypto/chacha_generic.c 		.encrypt		= crypto_chacha_crypt,
crypto_chacha_crypt  156 crypto/chacha_generic.c 		.decrypt		= crypto_chacha_crypt,
crypto_chacha_crypt   51 include/crypto/chacha.h int crypto_chacha_crypt(struct skcipher_request *req);