Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dhmac.c24 struct hmac_ctx { struct
33 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) in hmac_ctx() function
48 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()
93 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); in hmac_import()
147 struct hmac_ctx *ctx = hmac_ctx(parent); in hmac_init_tfm()
166 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
217 inst->alg.base.cra_ctxsize = sizeof(struct hmac_ctx) + in hmac_create()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_crypto.h239 struct hmac_ctx { struct
246 struct hmac_ctx hmacctx[0]; argument
Dchcr_algo.c109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX()
1496 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in create_hash_wr()
2102 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey()
2207 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init()
2230 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_init()
2245 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_exit()
4279 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))