Searched refs:hmac_ctrl (Results 1 – 2 of 2) sorted by relevance
145 int hmac_ctrl; in ch_ipsec_setauthsize() local152 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()
45 int hmac_ctrl; member