Searched refs:tpm_buf_append_u8 (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/security/keys/trusted-keys/ | 
| D | trusted_tpm2.c | 46 	tpm_buf_append_u8(buf, attributes);  in tpm2_buf_append_auth() 100 	tpm_buf_append_u8(&buf, payload->migratable);  in tpm2_seal_trusted()
  | 
| D | trusted_tpm1.c | 541 	tpm_buf_append_u8(tb, cont);  in tpm_seal() 625 	tpm_buf_append_u8(tb, cont);  in tpm_unseal() 629 	tpm_buf_append_u8(tb, cont);  in tpm_unseal()
  | 
| /Linux-v5.10/crypto/asymmetric_keys/ | 
| D | asym_tpm.c | 72 	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()
  | 
| /Linux-v5.10/drivers/char/tpm/ | 
| D | tpm2-cmd.c | 194 	tpm_buf_append_u8(&buf, TPM2_PCR_SELECT_MIN);  in tpm2_pcr_read() 457 		tpm_buf_append_u8(&buf, full);  in tpm2_do_selftest()
  | 
| D | tpm_vtpm_proxy.c | 410 	tpm_buf_append_u8(&buf, locality);  in vtpm_proxy_request_locality()
  | 
| /Linux-v5.10/include/linux/ | 
| D | tpm.h | 373 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value)  in tpm_buf_append_u8()  function
  |