Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
Dchcr_crypto.h243 struct hmac_ctx { struct
251 DECLARE_FLEX_ARRAY(struct hmac_ctx, hmacctx); argument
Dchcr_algo.c109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX()
1566 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr()
2197 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey()
2317 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init()
2340 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_init()
2355 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_exit()
4421 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))