Searched refs:tweak_ctx (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | twofish_avx_glue.c | 80 struct twofish_ctx tweak_ctx; member 101 return __twofish_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, in xts_twofish_setkey() 228 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 238 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | cast6_avx_glue.c | 187 struct cast6_ctx tweak_ctx; member 208 return __cast6_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, in xts_cast6_setkey() 219 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 229 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | serpent_avx_glue.c | 110 return __serpent_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2); in xts_serpent_setkey() 225 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 235 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | camellia_aesni_avx_glue.c | 204 return __camellia_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, in xts_camellia_setkey() 216 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 226 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | serpent_avx2_glue.c | 175 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 185 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | camellia_aesni_avx2_glue.c | 190 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt() 200 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
|
D | glue_helper.c | 276 common_glue_func_t tweak_fn, void *tweak_ctx, in glue_xts_req_128bit() argument 296 tweak_fn(tweak_ctx, walk.iv, walk.iv); in glue_xts_req_128bit()
|
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | serpent-avx.h | 14 struct serpent_ctx tweak_ctx; member
|
D | glue_helper.h | 116 common_glue_func_t tweak_fn, void *tweak_ctx,
|
D | camellia.h | 23 struct camellia_ctx tweak_ctx; member
|