Searched refs:unpack_byte_string (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 136 int unpack_byte_string(const uint8_t *str, size_t size, const char *format, ...) in unpack_byte_string() function 369 if (unpack_byte_string(response, response_length, "d", in tpm_nv_read_value() 374 if (unpack_byte_string(response, response_length, "s", in tpm_nv_read_value() 434 if (unpack_byte_string(response, response_length, "s", in tpm_extend() 463 if (unpack_byte_string(response, response_length, "s", in tpm_pcr_read() 502 if (unpack_byte_string(response, response_length, "d", in tpm_read_pubek() 510 if (unpack_byte_string(response, response_length, "s", in tpm_read_pubek() 588 if (unpack_byte_string(response, response_length, "d", in tpm_get_capability() 593 if (unpack_byte_string(response, response_length, "s", in tpm_get_capability() 620 if (unpack_byte_string(response, response_length, "d", in tpm_get_permanent_flags() [all …]
|