Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3561 u8 *o_ptr = NULL; in chcr_authenc_setkey() local
3620 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey()
3625 o_ptr); in chcr_authenc_setkey()
3632 memcpy(o_ptr, keys.authkey, keys.authkeylen); in chcr_authenc_setkey()
3636 memcpy(pad, o_ptr, keys.authkeylen); in chcr_authenc_setkey()
3645 memcpy(pad, o_ptr, keys.authkeylen); in chcr_authenc_setkey()
3649 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()
3654 chcr_change_order(o_ptr, param.result_size); in chcr_authenc_setkey()