Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-v2.c706 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_startup()
709 tpm_u16(mode), in tpm2_startup()
727 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_self_test()
767 tpm_u16(TPM2_ST_SESSIONS), /* TAG */ in tpm2_clear()
777 tpm_u16(0), /* Size of <nonce> */ in tpm2_clear()
780 tpm_u16(pw_sz), /* Size of <hmac/password> */ in tpm2_clear()
813 tpm_u16(TPM2_ST_SESSIONS), /* TAG */ in tpm2_nv_define_space()
823 tpm_u16(0), /* nonce_size */ in tpm2_nv_define_space()
825 tpm_u16(0), /* auth_size */ in tpm2_nv_define_space()
828 tpm_u16(message_len + nv_policy_size), /* size */ in tpm2_nv_define_space()
[all …]
H A Dtpm-utils.h18 #define tpm_u16(x) __MSB(x), __LSB(x) macro
19 #define tpm_u32(x) tpm_u16((x) >> 16), tpm_u16((x) & 0xFFFF)