Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c484 wr->req.sec_cpl.op_ivinsrtofst = htonl( in chcr_crypto_wreq()
492 wr->req.sec_cpl.pldlen = htonl(skb->len); in chcr_crypto_wreq()
494 wr->req.sec_cpl.aadstart_cipherstop_hi = FILL_SEC_CPL_CIPHERSTOP_HI( in chcr_crypto_wreq()
502 wr->req.sec_cpl.cipherstop_lo_authinsert = in chcr_crypto_wreq()
508 wr->req.sec_cpl.seqno_numivs = in chcr_crypto_wreq()
514 wr->req.sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 1, in chcr_crypto_wreq()
Dchcr_core.h128 struct cpl_tx_sec_pdu sec_cpl; member
153 struct cpl_tx_sec_pdu sec_cpl; member
Dchcr_algo.c775 chcr_req->sec_cpl.op_ivinsrtofst = in create_cipher_wr()
778 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
779 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_cipher_wr()
782 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_cipher_wr()
784 chcr_req->sec_cpl.seqno_numivs = FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0, in create_cipher_wr()
787 chcr_req->sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 0, in create_cipher_wr()
1500 chcr_req->sec_cpl.op_ivinsrtofst = in create_hash_wr()
1502 chcr_req->sec_cpl.pldlen = htonl(param->bfr_len + param->sg_len); in create_hash_wr()
1504 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_hash_wr()
1506 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_hash_wr()
[all …]