crypt_ctx         185 arch/x86/crypto/camellia_aesni_avx2_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         195 arch/x86/crypto/camellia_aesni_avx2_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx         194 arch/x86/crypto/camellia_aesni_avx_glue.c 	err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
crypt_ctx         211 arch/x86/crypto/camellia_aesni_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         221 arch/x86/crypto/camellia_aesni_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx         173 arch/x86/crypto/cast6_avx_glue.c 	struct cast6_ctx crypt_ctx;
crypt_ctx         188 arch/x86/crypto/cast6_avx_glue.c 	err = __cast6_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
crypt_ctx         204 arch/x86/crypto/cast6_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         214 arch/x86/crypto/cast6_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx         263 arch/x86/crypto/glue_helper.c 			void *crypt_ctx, bool decrypt)
crypt_ctx         304 arch/x86/crypto/glue_helper.c 		nbytes = __glue_xts_req_128bit(gctx, crypt_ctx, &walk);
crypt_ctx         332 arch/x86/crypto/glue_helper.c 				__glue_xts_req_128bit(gctx, crypt_ctx, &walk));
crypt_ctx         347 arch/x86/crypto/glue_helper.c 				__glue_xts_req_128bit(gctx, crypt_ctx, &walk));
crypt_ctx         170 arch/x86/crypto/serpent_avx2_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         180 arch/x86/crypto/serpent_avx2_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx          90 arch/x86/crypto/serpent_avx_glue.c 	err = __serpent_setkey(&ctx->crypt_ctx, key, keylen / 2);
crypt_ctx         210 arch/x86/crypto/serpent_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         220 arch/x86/crypto/serpent_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx          66 arch/x86/crypto/twofish_avx_glue.c 	struct twofish_ctx crypt_ctx;
crypt_ctx          81 arch/x86/crypto/twofish_avx_glue.c 	err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
crypt_ctx         213 arch/x86/crypto/twofish_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, false);
crypt_ctx         223 arch/x86/crypto/twofish_avx_glue.c 				   &ctx->tweak_ctx, &ctx->crypt_ctx, true);
crypt_ctx          24 arch/x86/include/asm/crypto/camellia.h 	struct camellia_ctx crypt_ctx;
crypt_ctx         117 arch/x86/include/asm/crypto/glue_helper.h 			       void *crypt_ctx, bool decrypt);
crypt_ctx          15 arch/x86/include/asm/crypto/serpent-avx.h 	struct serpent_ctx crypt_ctx;