Lines Matching refs:sec_cpl
469 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.cipherstop_lo_authinsert = htobe32( in ccr_cipher()
722 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_cipher()
731 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_cipher()
1007 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_eta()
1014 crwr->sec_cpl.pldlen = htobe32(iv_len + input_len); in ccr_eta()
1016 crwr->sec_cpl.aadstart_cipherstop_hi = htobe32( in ccr_eta()
1021 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_eta()
1029 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_eta()
1039 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_eta()
1294 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_gcm()
1301 crwr->sec_cpl.pldlen = htobe32(iv_len + input_len); in ccr_gcm()
1312 crwr->sec_cpl.aadstart_cipherstop_hi = htobe32( in ccr_gcm()
1317 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_gcm()
1325 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_gcm()
1335 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_gcm()
1646 crwr->sec_cpl.op_ivinsrtofst = htobe32( in ccr_ccm()
1653 crwr->sec_cpl.pldlen = htobe32(iv_len + input_len); in ccr_ccm()
1659 crwr->sec_cpl.aadstart_cipherstop_hi = htobe32( in ccr_ccm()
1664 crwr->sec_cpl.cipherstop_lo_authinsert = htobe32( in ccr_ccm()
1672 crwr->sec_cpl.seqno_numivs = htobe32( in ccr_ccm()
1682 crwr->sec_cpl.ivgen_hdrlen = htobe32( in ccr_ccm()