Searched defs:aes_ctx (Results 1 – 2 of 2) sorted by relevance
57 struct aes_ctx { struct58 u32 E[AES_MAX_KEYLENGTH_U32]60 u32 d_data[AES_MAX_KEYLENGTH_U32]84 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument94 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
186 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx() local202 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx() local237 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx2() local257 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx2() local294 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function946 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local1025 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local