Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
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);
A Dtpm2-cmd.c198 tpm_buf_append_u8(&buf, TPM2_PCR_SELECT_MIN); in tpm2_pcr_read()
494 tpm_buf_append_u8(&buf, full); in tpm2_do_selftest()
A Dtpm2-sessions.c292 tpm_buf_append_u8(buf, 0); in tpm_buf_append_auth()
379 tpm_buf_append_u8(buf, auth->attrs); in tpm_buf_append_hmac_session()
1015 tpm_buf_append_u8(&buf, TPM2_SE_HMAC); in tpm2_start_auth_session()
A Dtpm_vtpm_proxy.c409 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality()
/linux/include/linux/
A Dtpm.h418 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value);
460 tpm_buf_append_u8(buf, 0); /* attributes */ in tpm_buf_append_empty_auth()
/linux/security/keys/trusted-keys/
A Dtrusted_tpm1.c554 tpm_buf_append_u8(tb, cont); in tpm_seal()
641 tpm_buf_append_u8(tb, cont); in tpm_unseal()
645 tpm_buf_append_u8(tb, cont); in tpm_unseal()
A Dtrusted_tpm2.c224 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()

Completed in 26 milliseconds