Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/tpm/
Dtpm2-cmd.c208 tpm_buf_append_u8(&buf, TPM2_PCR_SELECT_MIN); in tpm2_pcr_read()
403 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
457 tpm_buf_append_u8(&buf, payload->migratable); in tpm2_seal_trusted()
763 tpm_buf_append_u8(&buf, full); in tpm2_do_selftest()
Dtpm.h354 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function
Dtpm_vtpm_proxy.c410 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality()