Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/tpm/
Dtpm2-cmd.c392 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument
396 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()
398 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()
400 if (nonce && nonce_len) in tpm2_buf_append_auth()
401 tpm_buf_append(buf, nonce, nonce_len); in tpm2_buf_append_auth()