Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm-buf.c127 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function
131 EXPORT_SYMBOL_GPL(tpm_buf_append_u8);
H A Dtpm_vtpm_proxy.c411 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality()
/linux/include/linux/
H A Dtpm.h425 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value);
488 tpm_buf_append_u8(buf, 0); /* attributes */ in tpm_buf_append_empty_auth()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c513 tpm_buf_append_u8(tb, cont); in tpm_seal()
600 tpm_buf_append_u8(tb, cont); in tpm_unseal()
604 tpm_buf_append_u8(tb, cont); in tpm_unseal()
H A Dtrusted_tpm2.c216 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()