Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c309 static int chcr_compute_partial_hash(struct shash_desc *desc, in chcr_compute_partial_hash() function
2237 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey()
2243 err = chcr_compute_partial_hash(shash, hmacctx->opad, in chcr_ahash_setkey()
3644 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey()
3653 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds