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

/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c79 u8 raw_tweak_ctx[sizeof(struct crypto_aes_ctx) + AESNI_ALIGN - 1]; member in struct:aesni_xts_ctx
658 return aes_set_key_common(tfm, ctx->raw_tweak_ctx, key + keylen / 2, xts_aesni_setkey()
723 aes_ctx(ctx->raw_tweak_ctx), xts_encrypt()
734 aes_ctx(ctx->raw_tweak_ctx), xts_decrypt()
749 .tweak_ctx = aes_ctx(ctx->raw_tweak_ctx), xts_encrypt()
774 .tweak_ctx = aes_ctx(ctx->raw_tweak_ctx), xts_decrypt()

Completed in 146 milliseconds