Searched refs:CHCR_ENCRYPT_OP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 63 #define CHCR_ENCRYPT_OP 0 macro
|
H A D | chcr_algo.c | 1396 &skb, CHCR_ENCRYPT_OP); in chcr_aes_encrypt() 2507 temp = (reqctx->op == CHCR_ENCRYPT_OP) ? 0 : authsize; in create_authenc_wr() 2532 (reqctx->op == CHCR_ENCRYPT_OP) ? 1 : 0, in create_authenc_wr() 2540 if (reqctx->op == CHCR_ENCRYPT_OP || in create_authenc_wr() 3008 (op_type == CHCR_ENCRYPT_OP) ? 0 : in fill_sec_cpl_for_aead() 3011 (op_type == CHCR_ENCRYPT_OP) ? 0 : 1, in fill_sec_cpl_for_aead() 3198 temp = (reqctx->op == CHCR_ENCRYPT_OP) ? 0 : authsize; in create_gcm_wr() 3212 CHCR_ENCRYPT_OP) ? 1 : 0, in create_gcm_wr() 3804 reqctx->op = CHCR_ENCRYPT_OP; in chcr_aead_encrypt()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 63 #define CHCR_ENCRYPT_OP 0 macro
|
H A D | chcr_algo.c | 1389 &skb, CHCR_ENCRYPT_OP); in chcr_aes_encrypt() 2502 temp = (reqctx->op == CHCR_ENCRYPT_OP) ? 0 : authsize; in create_authenc_wr() 2527 (reqctx->op == CHCR_ENCRYPT_OP) ? 1 : 0, in create_authenc_wr() 2535 if (reqctx->op == CHCR_ENCRYPT_OP || in create_authenc_wr() 3003 (op_type == CHCR_ENCRYPT_OP) ? 0 : in fill_sec_cpl_for_aead() 3006 (op_type == CHCR_ENCRYPT_OP) ? 0 : 1, in fill_sec_cpl_for_aead() 3193 temp = (reqctx->op == CHCR_ENCRYPT_OP) ? 0 : authsize; in create_gcm_wr() 3207 CHCR_ENCRYPT_OP) ? 1 : 0, in create_gcm_wr() 3800 reqctx->op = CHCR_ENCRYPT_OP; in chcr_aead_encrypt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 653 FILL_SEC_CPL_SCMD0_SEQNO(CHCR_ENCRYPT_OP, 1, in ch_ipsec_crypto_wreq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 657 FILL_SEC_CPL_SCMD0_SEQNO(CHCR_ENCRYPT_OP, 1, in ch_ipsec_crypto_wreq()
|
Completed in 16 milliseconds