Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/
Dtpm2-cmd.c194 tpm_buf_append_u8(&buf, TPM2_PCR_SELECT_MIN); in tpm2_pcr_read()
466 tpm_buf_append_u8(&buf, full); in tpm2_do_selftest()
Dtpm_vtpm_proxy.c410 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality()
/linux-5.19.10/security/keys/trusted-keys/
Dtrusted_tpm1.c543 tpm_buf_append_u8(tb, cont); in tpm_seal()
630 tpm_buf_append_u8(tb, cont); in tpm_unseal()
634 tpm_buf_append_u8(tb, cont); in tpm_unseal()
Dtrusted_tpm2.c211 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
/linux-5.19.10/include/linux/
Dtpm.h385 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function