Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm2-cmd.c391 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument
395 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()
397 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()
399 if (nonce && nonce_len) in tpm2_buf_append_auth()
400 tpm_buf_append(buf, nonce, nonce_len); in tpm2_buf_append_auth()