ctr_crypt          47 arch/sparc/crypto/aes_glue.c 	void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output,
ctr_crypt         137 arch/sparc/crypto/aes_glue.c 	.ctr_crypt		= aes_sparc64_ctr_crypt_128,
ctr_crypt         149 arch/sparc/crypto/aes_glue.c 	.ctr_crypt		= aes_sparc64_ctr_crypt_192,
ctr_crypt         161 arch/sparc/crypto/aes_glue.c 	.ctr_crypt		= aes_sparc64_ctr_crypt_256,
ctr_crypt         369 arch/sparc/crypto/aes_glue.c 			ctx->ops->ctr_crypt(&ctx->key[0],
ctr_crypt         458 arch/sparc/crypto/aes_glue.c 			.encrypt	= ctr_crypt,
ctr_crypt         459 arch/sparc/crypto/aes_glue.c 			.decrypt	= ctr_crypt,
ctr_crypt         972 arch/x86/crypto/aesni-intel_glue.c 		.encrypt	= ctr_crypt,
ctr_crypt         973 arch/x86/crypto/aesni-intel_glue.c 		.decrypt	= ctr_crypt,
ctr_crypt         399 arch/x86/crypto/blowfish_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         400 arch/x86/crypto/blowfish_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         239 arch/x86/crypto/camellia_aesni_avx2_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         240 arch/x86/crypto/camellia_aesni_avx2_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         265 arch/x86/crypto/camellia_aesni_avx_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         266 arch/x86/crypto/camellia_aesni_avx_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt        1448 arch/x86/crypto/camellia_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt        1449 arch/x86/crypto/camellia_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         344 arch/x86/crypto/cast5_avx_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         345 arch/x86/crypto/cast5_avx_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         258 arch/x86/crypto/cast6_avx_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         259 arch/x86/crypto/cast6_avx_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         443 arch/x86/crypto/des3_ede_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         444 arch/x86/crypto/des3_ede_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         224 arch/x86/crypto/serpent_avx2_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         225 arch/x86/crypto/serpent_avx2_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         264 arch/x86/crypto/serpent_avx_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         265 arch/x86/crypto/serpent_avx_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         195 arch/x86/crypto/serpent_sse2_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         196 arch/x86/crypto/serpent_sse2_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         267 arch/x86/crypto/twofish_avx_glue.c 		.encrypt		= ctr_crypt,
ctr_crypt         268 arch/x86/crypto/twofish_avx_glue.c 		.decrypt		= ctr_crypt,
ctr_crypt         207 arch/x86/crypto/twofish_glue_3way.c 		.encrypt		= ctr_crypt,
ctr_crypt         208 arch/x86/crypto/twofish_glue_3way.c 		.decrypt		= ctr_crypt,