Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtpm-v2.c18 tpm_u32(12), in tpm2_startup()
19 tpm_u32(TPM2_CC_STARTUP), in tpm2_startup()
39 tpm_u32(11), in tpm2_self_test()
40 tpm_u32(TPM2_CC_SELF_TEST), in tpm2_self_test()
52 tpm_u32(27 + pw_sz), /* Length */ in tpm2_clear()
88 tpm_u32(33 + digest_len), /* Length */ in tpm2_pcr_extend()
169 tpm_u32(22), /* Length */ in tpm2_get_capability()
173 tpm_u32(property), /* Property */ in tpm2_get_capability()
201 tpm_u32(27 + pw_sz), /* Length */ in tpm2_dam_reset()
431 tpm_u32(12), in tpm2_get_random()
[all …]
A Dtpm-utils.h19 #define tpm_u32(x) tpm_u16((x) >> 16), tpm_u16((x) & 0xFFFF) macro

Completed in 5 milliseconds