Searched defs:aes_ctx (Results 1 – 8 of 8) sorted by relevance
60 struct aes_ctx { struct61 u32 E[AES_MAX_KEYLENGTH_U32]63 u32 d_data[AES_MAX_KEYLENGTH_U32]87 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
302 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function687 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg()816 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt()823 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt()833 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local861 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local992 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local1009 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
194 mbedtls_aes_context aes_ctx; /*!< The AES context. */ member
984 struct crypto_aes_ctx aes_ctx; in mtk_aes_gcm_setkey() local
79 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local