Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c393 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument
397 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()