Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c471 idata_len = wr_len - offsetof(struct chcr_wr, sec_cpl) - sgl_len; in ccr_populate_wreq()
548 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_hash()
555 crwr->sec_cpl.pldlen = htobe32(crp->crp_payload_length == 0 ? in ccr_hash()
558 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_hash()
562 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_hash()
568 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_hash()
708 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_cipher()
715 crwr->sec_cpl.pldlen = htobe32(iv_len + crp->crp_payload_length); in ccr_cipher()
717 crwr->sec_cpl.aadstart_cipherstop_hi = htobe32( in ccr_cipher()
720 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_cipher()
[all …]
H A Dt4_crypto.h50 struct cpl_tx_sec_pdu sec_cpl; member