Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c395 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument
397 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()
405 tpm_buf_append_u16(buf, hmac_len); in tpm2_buf_append_auth()
407 if (hmac && hmac_len) in tpm2_buf_append_auth()
408 tpm_buf_append(buf, hmac, hmac_len); in tpm2_buf_append_auth()
/linux-4.19.296/include/net/sctp/
Dauth.h49 __u16 hmac_len; /* length of the signature */ member