Searched refs:pack_byte_string (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 63 int pack_byte_string(uint8_t *str, size_t size, const char *format, ...) in pack_byte_string() function 280 if (pack_byte_string(buf, sizeof(buf), "sw", in tpm_startup() 337 if (pack_byte_string(buf, sizeof(buf), "sddd", in tpm_nv_define_space() 361 if (pack_byte_string(buf, sizeof(buf), "sdd", in tpm_nv_read_value() 397 if (pack_byte_string(buf, sizeof(buf), "sddds", in tpm_nv_write_value() 424 if (pack_byte_string(buf, sizeof(buf), "sds", in tpm_extend() 456 if (pack_byte_string(buf, sizeof(buf), "sd", in tpm_pcr_read() 478 if (pack_byte_string(buf, sizeof(buf), "sw", in tpm_tsc_physical_presence() 552 if (pack_byte_string(buf, sizeof(buf), "sb", in tpm_physical_set_deactivated() 580 if (pack_byte_string(buf, sizeof(buf), "sdd", in tpm_get_capability() [all …]
|