Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm2-cmd.c202 tpm_buf_append_u32(&buf, 1); in tpm2_pcr_read()
252 tpm_buf_append_u32(&buf, pcr_idx); in tpm2_pcr_extend()
259 tpm_buf_append_u32(&buf, sizeof(struct tpm2_null_auth_area)); in tpm2_pcr_extend()
262 tpm_buf_append_u32(&buf, count); in tpm2_pcr_extend()
371 tpm_buf_append_u32(&buf, handle); in tpm2_flush_context_cmd()
395 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()
396 tpm_buf_append_u32(buf, session_handle); in tpm2_buf_append_auth()
442 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted()
465 tpm_buf_append_u32(&buf, 0); in tpm2_seal_trusted()
470 tpm_buf_append_u32(&buf, TPM2_OA_USER_WITH_AUTH); in tpm2_seal_trusted()
[all …]
Dtpm-interface.c744 tpm_buf_append_u32(&buf, subcap_id); in tpm_getcap()
745 tpm_buf_append_u32(&buf, 0); in tpm_getcap()
749 tpm_buf_append_u32(&buf, TPM_CAP_FLAG); in tpm_getcap()
751 tpm_buf_append_u32(&buf, TPM_CAP_PROP); in tpm_getcap()
753 tpm_buf_append_u32(&buf, 4); in tpm_getcap()
754 tpm_buf_append_u32(&buf, subcap_id); in tpm_getcap()
1018 tpm_buf_append_u32(&buf, pcr_idx); in tpm1_pcr_extend()
Dtpm.h501 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32() function
Dtpm2-space.c133 tpm_buf_append_u32(&tbuf, handle); in tpm2_save_context()