Searched refs:unpack_byte_string (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/ |
A D | tpm-v1.c | 170 if (unpack_byte_string(response, response_length, "d", in tpm_nv_read_value() 175 if (unpack_byte_string(response, response_length, "s", in tpm_nv_read_value() 242 if (unpack_byte_string(response, response_length, "s", in tpm_extend() 271 if (unpack_byte_string(response, response_length, "s", in tpm_pcr_read() 319 if (unpack_byte_string(response, response_length, "d", in tpm_read_pubek() 327 if (unpack_byte_string(response, response_length, "s", in tpm_read_pubek() 405 if (unpack_byte_string(response, response_length, "d", in tpm_get_capability() 410 if (unpack_byte_string(response, response_length, "s", in tpm_get_capability() 438 if (unpack_byte_string(response, response_length, "d", in tpm_get_permanent_flags() 447 if (unpack_byte_string(response, response_length, "s", in tpm_get_permanent_flags() [all …]
|
A D | tpm-utils.h | 51 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
|
A D | tpm-v2.c | 152 if (unpack_byte_string(response, response_len, "ds", in tpm2_pcr_read() 455 if (unpack_byte_string(response, response_length, "w", in tpm2_get_random() 460 if (unpack_byte_string(response, response_length, "s", in tpm2_get_random()
|
A D | tpm-common.c | 84 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function
|
Completed in 10 milliseconds