Searched refs:chcr_aead_ctx (Results 1 – 2 of 2) sorted by relevance
99 static inline struct chcr_aead_ctx *AEAD_CTX(struct chcr_context *ctx) in AEAD_CTX()114 static inline struct chcr_gcm_ctx *GCM_CTX(struct chcr_aead_ctx *gctx) in GCM_CTX()119 static inline struct chcr_authenc_ctx *AUTHENC_CTX(struct chcr_aead_ctx *gctx) in AUTHENC_CTX()2375 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_common_init()2419 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_fallback()2439 struct chcr_aead_ctx *aeadctx = AEAD_CTX(ctx); in create_authenc_wr()2937 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in ccm_format_packet()2965 struct chcr_aead_ctx *aeadctx = AEAD_CTX(ctx); in fill_sec_cpl_for_aead()3015 struct chcr_aead_ctx *aeadctx, in aead_ccm_validate_input()3038 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in create_aead_ccm_wr()[all …]
231 struct chcr_aead_ctx { struct253 DECLARE_FLEX_ARRAY(struct chcr_aead_ctx, aeadctx); argument