Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c310 static int chcr_compute_partial_hash(struct shash_desc *desc, in chcr_compute_partial_hash() function
2136 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey()
2142 err = chcr_compute_partial_hash(shash, hmacctx->opad, in chcr_ahash_setkey()
3514 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey()
3523 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()