Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c305 static int chcr_compute_partial_hash(struct shash_desc *desc, in chcr_compute_partial_hash() function
2232 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey()
2238 err = chcr_compute_partial_hash(shash, hmacctx->opad, in chcr_ahash_setkey()
3640 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey()
3649 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()