Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dn2_core.c214 static u64 control_word_base(unsigned int len, unsigned int hmac_key_len, in control_word_base() argument
233 if (hmac_key_len) in control_word_base()
234 word |= ((u64) (hmac_key_len - 1)) << CONTROL_HMAC_KEY_LEN_SHIFT; in control_word_base()