Searched refs:hmac_len (Results 1 – 1 of 1) sorted by relevance
394 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument396 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()404 tpm_buf_append_u16(buf, hmac_len); in tpm2_buf_append_auth()406 if (hmac && hmac_len) in tpm2_buf_append_auth()407 tpm_buf_append(buf, hmac, hmac_len); in tpm2_buf_append_auth()