Searched defs:aes_ctx (Results 1 – 2 of 2) sorted by relevance
58 struct aes_ctx { struct59 u32 E[AES_MAX_KEYLENGTH_U32]61 u32 d_data[AES_MAX_KEYLENGTH_U32]85 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument95 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
307 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function705 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg()838 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt()845 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt()855 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local882 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local1012 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local1028 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local