Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A 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()
305 sa_entry->hmac_ctrl = ch_ipsec_setauthsize(x, sa_entry); in ch_ipsec_xfrm_add_state()
653 sa_entry->hmac_ctrl, in ch_ipsec_crypto_wreq()
H A Dchcr_ipsec.h45 int hmac_ctrl; member