Home
last modified time | relevance | path

Searched refs:ToTpmUint32 (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c32 ToTpmUint32(buffer + sizeof(uint16_t), size); in SetTpmCommandSize()
187 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.index, index); in TlclDefineSpace()
188 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.perm, perm); in TlclDefineSpace()
189 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.size, size); in TlclDefineSpace()
204 ToTpmUint32(cmd.buffer + tpm_nv_write_cmd.index, index); in TlclWrite()
205 ToTpmUint32(cmd.buffer + tpm_nv_write_cmd.length, length); in TlclWrite()
219 ToTpmUint32(cmd.buffer + tpm_nv_read_cmd.index, index); in TlclRead()
220 ToTpmUint32(cmd.buffer + tpm_nv_read_cmd.length, length); in TlclRead()
243 ToTpmUint32(cmd.buffer + tpm_pcr_read_cmd.pcrNum, index); in TlclPCRRead()
391 ToTpmUint32(cmd.buffer + tpm_extend_cmd.pcrNum, pcr_num); in TlclExtend()
[all …]
/external/vboot_reference/tests/
Dtlcl_tests.c67 ToTpmUint32(c->rsp_buf + 6, response_code); in SetResponse()
127 ToTpmUint32(buf + 2, 123); in TlclTest()
131 ToTpmUint32(buf + 2, 10); in TlclTest()
138 ToTpmUint32(buf + 2, 10); in TlclTest()
144 ToTpmUint32(buf + 2, 10); in TlclTest()
/external/vboot_reference/firmware/lib/tpm_lite/include/
Dtlcl_internal.h26 static inline void ToTpmUint32(uint8_t *buffer, uint32_t x) { in ToTpmUint32() function