Searched refs:chcr_compute_partial_hash (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/crypto/chelsio/ |
D | chcr_algo.c | 305 static int chcr_compute_partial_hash(struct shash_desc *desc, in chcr_compute_partial_hash() function 2231 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey() 2237 err = chcr_compute_partial_hash(shash, hmacctx->opad, in chcr_ahash_setkey() 3638 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey() 3647 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()
|