Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c111 int hmac_ctrl; in chcr_ipsec_setauthsize() local
118 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_DIV2; in chcr_ipsec_setauthsize()
121 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_IPSEC_96BIT; in chcr_ipsec_setauthsize()
124 hmac_ctrl = CHCR_SCMD_HMAC_CTRL_NO_TRUNC; in chcr_ipsec_setauthsize()
129 return hmac_ctrl; in chcr_ipsec_setauthsize()
259 sa_entry->hmac_ctrl = chcr_ipsec_setauthsize(x, sa_entry); in chcr_xfrm_add_state()
623 sa_entry->hmac_ctrl, in chcr_crypto_wreq()
Dchcr_algo.c2414 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2857 aeadctx->hmac_ctrl, IV >> 1); in fill_sec_cpl_for_aead()
3055 aeadctx->hmac_ctrl, IV >> 1); in create_gcm_wr()
3123 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_NOP; in chcr_authenc_null_setauthsize()
3138 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL1; in chcr_authenc_setauthsize()
3141 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL2; in chcr_authenc_setauthsize()
3144 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_TRUNC_RFC4366; in chcr_authenc_setauthsize()
3147 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_IPSEC_96BIT; in chcr_authenc_setauthsize()
3150 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_PL3; in chcr_authenc_setauthsize()
3153 aeadctx->hmac_ctrl = CHCR_SCMD_HMAC_CTRL_DIV2; in chcr_authenc_setauthsize()
[all …]
Dchcr_core.h184 int hmac_ctrl; member
Dchcr_crypto.h234 u16 hmac_ctrl; member