Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c69 #define AESNI_ALIGN (16) macro
75 u8 raw_aes_ctx[sizeof(struct crypto_aes_ctx) + AESNI_ALIGN - 1];
79 u8 raw_tweak_ctx[sizeof(struct crypto_aes_ctx) + AESNI_ALIGN - 1];
80 u8 raw_crypt_ctx[sizeof(struct crypto_aes_ctx) + AESNI_ALIGN - 1];
289 crypto_tfm_ctx(crypto_aead_tfm(tfm)), AESNI_ALIGN); in aesni_rfc4106_gcm_ctx_get()
296 unsigned long align = AESNI_ALIGN; in aes_ctx()
797 PTR_ALIGN((u8 *)crypto_tfm_ctx(tfm), AESNI_ALIGN); in rfc4106_init()
819 PTR_ALIGN((u8 *)crypto_tfm_ctx(tfm), AESNI_ALIGN); in rfc4106_exit()
917 if ((unsigned long)(&(ctx->aes_key_expanded.key_enc[0])) % AESNI_ALIGN) in common_rfc4106_set_key()
920 if ((unsigned long)key % AESNI_ALIGN) { in common_rfc4106_set_key()
[all …]