Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm2.c46 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
108 tpm_buf_append_u8(&buf, payload->migratable); in tpm2_seal_trusted()
H A Dtrusted_tpm1.c550 tpm_buf_append_u8(tb, cont); in tpm_seal()
637 tpm_buf_append_u8(tb, cont); in tpm_unseal()
641 tpm_buf_append_u8(tb, cont); in tpm_unseal()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dasym_tpm.c72 tpm_buf_append_u8(tb, cont); in tpm_loadkey2()
154 tpm_buf_append_u8(tb, cont); in tpm_unbind()
237 tpm_buf_append_u8(tb, cont); in tpm_sign()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A 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()
H A Dtpm_vtpm_proxy.c410 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtpm.h374 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function