Searched refs:hmac_key_len (Results 1 – 1 of 1) sorted by relevance
214 static u64 control_word_base(unsigned int len, unsigned int hmac_key_len, in control_word_base() argument233 if (hmac_key_len) in control_word_base()234 word |= ((u64) (hmac_key_len - 1)) << CONTROL_HMAC_KEY_LEN_SHIFT; in control_word_base()