Home
last modified time | relevance | path

Searched refs:chcr_aead_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c99 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()
2197 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_common_init()
2244 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_fallback()
2262 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in create_authenc_wr()
2693 struct chcr_aead_ctx *aeadctx, in generate_b0()
2730 struct chcr_aead_ctx *aeadctx, in ccm_format_packet()
2762 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in fill_sec_cpl_for_aead()
2811 struct chcr_aead_ctx *aeadctx, in aead_ccm_validate_input()
[all …]
Dchcr_crypto.h230 struct chcr_aead_ctx { struct
251 struct chcr_aead_ctx aeadctx[0]; argument