Searched refs:sec_cpl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.h | 29 struct cpl_tx_sec_pdu sec_cpl; member
|
H A D | chcr_ipsec.c | 627 wr->req.sec_cpl.op_ivinsrtofst = htonl( in ch_ipsec_crypto_wreq() 634 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in ch_ipsec_crypto_wreq() 643 wr->req.sec_cpl.aadstart_cipherstop_hi = FILL_SEC_CPL_CIPHERSTOP_HI( in ch_ipsec_crypto_wreq() 648 wr->req.sec_cpl.cipherstop_lo_authinsert = in ch_ipsec_crypto_wreq() 652 wr->req.sec_cpl.seqno_numivs = in ch_ipsec_crypto_wreq() 658 wr->req.sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 1, in ch_ipsec_crypto_wreq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.h | 29 struct cpl_tx_sec_pdu sec_cpl; member
|
H A D | chcr_ipsec.c | 631 wr->req.sec_cpl.op_ivinsrtofst = htonl( in ch_ipsec_crypto_wreq() 638 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in ch_ipsec_crypto_wreq() 647 wr->req.sec_cpl.aadstart_cipherstop_hi = FILL_SEC_CPL_CIPHERSTOP_HI( in ch_ipsec_crypto_wreq() 652 wr->req.sec_cpl.cipherstop_lo_authinsert = in ch_ipsec_crypto_wreq() 656 wr->req.sec_cpl.seqno_numivs = in ch_ipsec_crypto_wreq() 662 wr->req.sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 1, in ch_ipsec_crypto_wreq()
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 844 chcr_req->sec_cpl.op_ivinsrtofst = in create_cipher_wr() 847 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr() 848 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_cipher_wr() 851 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_cipher_wr() 853 chcr_req->sec_cpl.seqno_numivs = FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0, in create_cipher_wr() 856 chcr_req->sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 0, in create_cipher_wr() 1601 chcr_req->sec_cpl.op_ivinsrtofst = in create_hash_wr() 1604 chcr_req->sec_cpl.pldlen = htonl(param->bfr_len + param->sg_len); in create_hash_wr() 1606 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_hash_wr() 1608 chcr_req->sec_cpl in create_hash_wr() 2963 fill_sec_cpl_for_aead(struct cpl_tx_sec_pdu *sec_cpl, unsigned int dst_size, struct aead_request *req, unsigned short op_type) fill_sec_cpl_for_aead() argument [all...] |
H A D | chcr_core.h | 93 struct cpl_tx_sec_pdu sec_cpl; member
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 837 chcr_req->sec_cpl.op_ivinsrtofst = in create_cipher_wr() 840 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr() 841 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_cipher_wr() 844 chcr_req->sec_cpl.cipherstop_lo_authinsert = in create_cipher_wr() 846 chcr_req->sec_cpl.seqno_numivs = FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0, in create_cipher_wr() 849 chcr_req->sec_cpl.ivgen_hdrlen = FILL_SEC_CPL_IVGEN_HDRLEN(0, 0, 0, in create_cipher_wr() 1595 chcr_req->sec_cpl.op_ivinsrtofst = in create_hash_wr() 1598 chcr_req->sec_cpl.pldlen = htonl(param->bfr_len + param->sg_len); in create_hash_wr() 1600 chcr_req->sec_cpl.aadstart_cipherstop_hi = in create_hash_wr() 1602 chcr_req->sec_cpl in create_hash_wr() 2958 fill_sec_cpl_for_aead(struct cpl_tx_sec_pdu *sec_cpl, unsigned int dst_size, struct aead_request *req, unsigned short op_type) fill_sec_cpl_for_aead() argument [all...] |
H A D | chcr_core.h | 92 struct cpl_tx_sec_pdu sec_cpl; member
|
Completed in 11 milliseconds