Home
last modified time | relevance | path

Searched defs:hmacctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/crypto/chelsio/
Dchcr_algo.c1566 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr() local
2204 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey() local
2325 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init() local
2348 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_init() local
2363 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_exit() local
Dchcr_crypto.h251 struct hmac_ctx hmacctx; member