Searched refs:tpm_buf_append_u8 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm-buf.c | 156 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function 160 EXPORT_SYMBOL_GPL(tpm_buf_append_u8);
|
| H A D | tpm2-cmd.c | 143 tpm_buf_append_u8(buf, TPM2_PCR_SELECT_MIN); in tpm2_pcr_read() 440 tpm_buf_append_u8(buf, full); in tpm2_do_selftest()
|
| H A D | tpm2-sessions.c | 328 tpm_buf_append_u8(buf, 0); in tpm_buf_append_auth() 414 tpm_buf_append_u8(buf, auth->attrs); in tpm_buf_append_hmac_session() 1045 tpm_buf_append_u8(buf, TPM2_SE_HMAC); in tpm2_start_auth_session()
|
| H A D | tpm_vtpm_proxy.c | 412 tpm_buf_append_u8(buf, locality); in vtpm_proxy_request_locality()
|
| /linux/include/linux/ |
| H A D | tpm_buf.h | 52 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value);
|
| H A D | tpm.h | 264 tpm_buf_append_u8(buf, 0); /* attributes */ in tpm_buf_append_empty_auth()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 508 tpm_buf_append_u8(tb, cont); in tpm_seal() 595 tpm_buf_append_u8(tb, cont); in tpm_unseal() 599 tpm_buf_append_u8(tb, cont); in tpm_unseal()
|
| H A D | trusted_tpm2.c | 216 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
|