Searched refs:crypt_ctx (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/x86/crypto/ |
| D | cast6_avx_glue.c | 173 struct cast6_ctx crypt_ctx; member 188 err = __cast6_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); in xts_cast6_setkey() 204 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 214 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| D | twofish_avx_glue.c | 66 struct twofish_ctx crypt_ctx; member 81 err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); in xts_twofish_setkey() 213 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 223 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| D | glue_helper.c | 263 void *crypt_ctx, bool decrypt) in glue_xts_req_128bit() argument 304 nbytes = __glue_xts_req_128bit(gctx, crypt_ctx, &walk); in glue_xts_req_128bit() 332 __glue_xts_req_128bit(gctx, crypt_ctx, &walk)); in glue_xts_req_128bit() 347 __glue_xts_req_128bit(gctx, crypt_ctx, &walk)); in glue_xts_req_128bit()
|
| D | serpent_avx_glue.c | 90 err = __serpent_setkey(&ctx->crypt_ctx, key, keylen / 2); in xts_serpent_setkey() 210 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 220 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| D | camellia_aesni_avx_glue.c | 194 err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); in xts_camellia_setkey() 211 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 221 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| D | serpent_avx2_glue.c | 170 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 180 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| D | camellia_aesni_avx2_glue.c | 185 &ctx->tweak_ctx, &ctx->crypt_ctx, false); in xts_encrypt() 195 &ctx->tweak_ctx, &ctx->crypt_ctx, true); in xts_decrypt()
|
| /Linux-v5.4/arch/x86/include/asm/crypto/ |
| D | serpent-avx.h | 15 struct serpent_ctx crypt_ctx; member
|
| D | glue_helper.h | 117 void *crypt_ctx, bool decrypt);
|
| D | camellia.h | 24 struct camellia_ctx crypt_ctx; member
|