Searched refs:chcr_change_order (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 353 static void chcr_change_order(char *buf, int ds) in chcr_change_order() function 2241 chcr_change_order(hmacctx->ipad, updated_digestsize); in chcr_ahash_setkey() 2247 chcr_change_order(hmacctx->opad, updated_digestsize); in chcr_ahash_setkey() 3657 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey() 3658 chcr_change_order(o_ptr, param.result_size); in chcr_authenc_setkey()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 349 static void chcr_change_order(char *buf, int ds) in chcr_change_order() function 2236 chcr_change_order(hmacctx->ipad, updated_digestsize); in chcr_ahash_setkey() 2242 chcr_change_order(hmacctx->opad, updated_digestsize); in chcr_ahash_setkey() 3653 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey() 3654 chcr_change_order(o_ptr, param.result_size); in chcr_authenc_setkey()
|
Completed in 12 milliseconds