Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c79 u8 raw_tweak_ctx[sizeof(struct crypto_aes_ctx) + AESNI_ALIGN - 1]; member
659 return aes_set_key_common(tfm, ctx->raw_tweak_ctx, key + keylen / 2, in xts_aesni_setkey()
724 aes_ctx(ctx->raw_tweak_ctx), in xts_encrypt()
735 aes_ctx(ctx->raw_tweak_ctx), in xts_decrypt()
750 .tweak_ctx = aes_ctx(ctx->raw_tweak_ctx), in xts_encrypt()
775 .tweak_ctx = aes_ctx(ctx->raw_tweak_ctx), in xts_decrypt()