Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp.h124 struct sglist *cq_sg_dst; member
H A Dccp.c153 qp->cq_sg_dst = sglist_alloc(2, M_WAITOK); in ccp_initialize_queues()
169 sglist_free(qp->cq_sg_dst); in ccp_free_queues()
H A Dccp_hardware.c1289 sglist_reset(qp->cq_sg_dst); in ccp_do_hmac()
1290 error = sglist_append(qp->cq_sg_dst, s->hmac.res, in ccp_do_hmac()
1295 error = ccp_sha(qp, s->hmac.auth_mode, qp->cq_sg_ulptx, qp->cq_sg_dst, in ccp_do_hmac()