Searched refs:hmac_len (Results 1 – 2 of 2) sorted by relevance
395 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument397 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()
49 __u16 hmac_len; /* length of the signature */ member