Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/chelsio/
Dchcr_algo.c110 return ctx->crypto_ctx->hmacctx; in HMAC_CTX()
1569 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr() local
1620 hmacctx->opad, param->alg_prm.result_size); in create_hash_wr()
2199 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey() local
2204 SHASH_DESC_ON_STACK(shash, hmacctx->base_hash); in chcr_ahash_setkey()
2210 shash->tfm = hmacctx->base_hash; in chcr_ahash_setkey()
2213 hmacctx->ipad); in chcr_ahash_setkey()
2218 memcpy(hmacctx->ipad, key, keylen); in chcr_ahash_setkey()
2220 memset(hmacctx->ipad + keylen, 0, bs - keylen); in chcr_ahash_setkey()
2221 memcpy(hmacctx->opad, hmacctx->ipad, bs); in chcr_ahash_setkey()
[all …]
Dchcr_crypto.h248 struct hmac_ctx hmacctx[0]; member