Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_core.h139 struct cpl_tx_sec_pdu sec_cpl; member
167 struct cpl_tx_sec_pdu sec_cpl; member
Dchcr_ipsec.c594 wr->req.sec_cpl.op_ivinsrtofst = htonl( in chcr_crypto_wreq()
601 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in chcr_crypto_wreq()
610 wr->req.sec_cpl.aadstart_cipherstop_hi = FILL_SEC_CPL_CIPHERSTOP_HI( in chcr_crypto_wreq()
615 wr->req.sec_cpl.cipherstop_lo_authinsert = in chcr_crypto_wreq()
619 wr->req.sec_cpl.seqno_numivs = in chcr_crypto_wreq()
625 wr->req.sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 1, in chcr_crypto_wreq()
Dchcr_algo.c793 chcr_req->sec_cpl.op_ivinsrtofst = in create_cipher_wr()
796 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
797 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_cipher_wr()
800 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_cipher_wr()
802 chcr_req->sec_cpl.seqno_numivs = FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0, in create_cipher_wr()
805 chcr_req->sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 0, in create_cipher_wr()
1523 chcr_req->sec_cpl.op_ivinsrtofst = in create_hash_wr()
1525 chcr_req->sec_cpl.pldlen = htonl(param->bfr_len + param->sg_len); in create_hash_wr()
1527 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_hash_wr()
1529 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_hash_wr()
[all …]