Searched refs:AESNI_ALIGN (Results 1 – 1 of 1) sorted by relevance
47 #define AESNI_ALIGN 16 macro56 u8 hash_subkey[16] __attribute__ ((__aligned__(AESNI_ALIGN)));58 __attribute__ ((__aligned__(AESNI_ALIGN)));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];286 unsigned long align = AESNI_ALIGN; in aesni_rfc4106_gcm_ctx_get()297 unsigned long align = AESNI_ALIGN; in aes_ctx()948 u8 iv[16] __attribute__ ((__aligned__(AESNI_ALIGN))); in helper_rfc4106_encrypt()1027 u8 iv[16] __attribute__ ((__aligned__(AESNI_ALIGN))); in helper_rfc4106_decrypt()[all …]