OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToTpmUint32
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c
32
ToTpmUint32
(buffer + sizeof(uint16_t), size);
187
ToTpmUint32
(cmd.buffer + tpm_nv_definespace_cmd.index, index);
188
ToTpmUint32
(cmd.buffer + tpm_nv_definespace_cmd.perm, perm);
189
ToTpmUint32
(cmd.buffer + tpm_nv_definespace_cmd.size, size);
204
ToTpmUint32
(cmd.buffer + tpm_nv_write_cmd.index, index);
205
ToTpmUint32
(cmd.buffer + tpm_nv_write_cmd.length, length);
219
ToTpmUint32
(cmd.buffer + tpm_nv_read_cmd.index, index);
220
ToTpmUint32
(cmd.buffer + tpm_nv_read_cmd.length, length);
243
ToTpmUint32
(cmd.buffer + tpm_pcr_read_cmd.pcrNum, index);
391
ToTpmUint32
(cmd.buffer + tpm_extend_cmd.pcrNum, pcr_num)
[
all
...]
/external/vboot_reference/firmware/lib/tpm_lite/include/
tlcl_internal.h
26
static inline void
ToTpmUint32
(uint8_t *buffer, uint32_t x) {
/external/vboot_reference/tests/
tlcl_tests.c
67
ToTpmUint32
(c->rsp_buf + 6, response_code);
127
ToTpmUint32
(buf + 2, 123);
131
ToTpmUint32
(buf + 2, 10);
138
ToTpmUint32
(buf + 2, 10);
144
ToTpmUint32
(buf + 2, 10);
Completed in 285 milliseconds