Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h63 #define CHCR_ENCRYPT_OP 0 macro
H A Dchcr_algo.c1389 &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()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c657 FILL_SEC_CPL_SCMD0_SEQNO(CHCR_ENCRYPT_OP, 1, in ch_ipsec_crypto_wreq()