Home
last modified time | relevance | path

Searched refs:tweak_ctx (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dtwofish_avx_glue.c80 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()
Dcast6_avx_glue.c187 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()
Dserpent_avx_glue.c110 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()
Dcamellia_aesni_avx_glue.c204 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()
Dserpent_avx2_glue.c175 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt()
185 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
Dcamellia_aesni_avx2_glue.c190 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_encrypt()
200 &ctx->tweak_ctx, &ctx->crypt_ctx); in xts_decrypt()
Dglue_helper.c276 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/
Dserpent-avx.h14 struct serpent_ctx tweak_ctx; member
Dglue_helper.h116 common_glue_func_t tweak_fn, void *tweak_ctx,
Dcamellia.h23 struct camellia_ctx tweak_ctx; member