Searched refs:nonce_len (Results 1 – 1 of 1) sorted by relevance
393 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument397 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()399 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()401 if (nonce && nonce_len) in tpm2_buf_append_auth()402 tpm_buf_append(buf, nonce, nonce_len); in tpm2_buf_append_auth()