Home
last modified time | relevance | path

Searched refs:hmac_ctrl (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c145 int hmac_ctrl; in ch_ipsec_setauthsize() local
152 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_DIV2; in ch_ipsec_setauthsize()
155 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_IPSEC_96BIT; in ch_ipsec_setauthsize()
158 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_NO_TRUNC; in ch_ipsec_setauthsize()
163 return hmac_ctrl; in ch_ipsec_setauthsize()
293 sa_entry->hmac_ctrl = ch_ipsec_setauthsize(x, sa_entry); in ch_ipsec_xfrm_add_state()
654 sa_entry->hmac_ctrl, in ch_ipsec_crypto_wreq()
Dchcr_ipsec.h46 int hmac_ctrl; member
/linux-5.19.10/drivers/crypto/chelsio/
Dchcr_algo.c2528 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
3007 aeadctx->hmac_ctrl, IV >> 1); in fill_sec_cpl_for_aead()
3209 aeadctx->hmac_ctrl, IV >> 1); in create_gcm_wr()
3276 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_NOP; in chcr_authenc_null_setauthsize()
3291 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL1; in chcr_authenc_setauthsize()
3294 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL2; in chcr_authenc_setauthsize()
3297 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_TRUNC_RFC4366; in chcr_authenc_setauthsize()
3300 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_IPSEC_96BIT; in chcr_authenc_setauthsize()
3303 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL3; in chcr_authenc_setauthsize()
3306 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_DIV2; in chcr_authenc_setauthsize()
[all …]
Dchcr_crypto.h238 u16 hmac_ctrl; member