Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm2.c215 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument
217 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()
225 tpm_buf_append_u16(buf, hmac_len); in tpm2_buf_append_auth()
227 if (hmac && hmac_len) in tpm2_buf_append_auth()
228 tpm_buf_append(buf, hmac, hmac_len); in tpm2_buf_append_auth()

Completed in 2 milliseconds