Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c212 static u64 control_word_base(unsigned int len, unsigned int hmac_key_len, in control_word_base() argument
231 if (hmac_key_len) in control_word_base()
232 word |= ((u64) (hmac_key_len - 1)) << CONTROL_HMAC_KEY_LEN_SHIFT; in control_word_base()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds