Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c469 idata_len = wr_len - offsetof(struct chcr_wr, sec_cpl) - sgl_len; in ccr_populate_wreq()
546 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_hash()
553 crwr->sec_cpl.pldlen = htobe32(crp->crp_payload_length == 0 ? in ccr_hash()
556 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_hash()
560 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_hash()
566 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_hash()
706 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_cipher()
713 crwr->sec_cpl.pldlen = htobe32(iv_len + crp->crp_payload_length); in ccr_cipher()
715 crwr->sec_cpl.aadstart_cipherstop_hi = htobe32( in ccr_cipher()
718 crwr->sec_cpl in ccr_cipher()
[all...]
H A Dt4_crypto.h50 struct cpl_tx_sec_pdu sec_cpl; member