Searched refs:nonce_len (Results 1 – 1 of 1) sorted by relevance
213 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument217 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()219 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()221 if (nonce && nonce_len) in tpm2_buf_append_auth()222 tpm_buf_append(buf, nonce, nonce_len); in tpm2_buf_append_auth()
Completed in 3 milliseconds