Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm2-cmd.c411 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
452 tpm_buf_append_u8(&buf, payload->migratable); in tpm2_seal_trusted()
Dtpm.h478 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() function