Searched refs:unpack_byte_string (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/lib/ |
D | tpm-v1.c | 129 if (unpack_byte_string(response, response_length, "d", in tpm_nv_read_value() 134 if (unpack_byte_string(response, response_length, "s", in tpm_nv_read_value() 194 if (unpack_byte_string(response, response_length, "s", in tpm_extend() 223 if (unpack_byte_string(response, response_length, "s", in tpm_pcr_read() 262 if (unpack_byte_string(response, response_length, "d", in tpm_read_pubek() 270 if (unpack_byte_string(response, response_length, "s", in tpm_read_pubek() 347 if (unpack_byte_string(response, response_length, "d", in tpm_get_capability() 352 if (unpack_byte_string(response, response_length, "s", in tpm_get_capability() 379 if (unpack_byte_string(response, response_length, "d", in tpm_get_permanent_flags() 384 if (unpack_byte_string(response, response_length, "s", in tpm_get_permanent_flags() [all …]
|
D | tpm-utils.h | 69 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
|
D | tpm-common.c | 74 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function
|
D | tpm-v2.c | 149 if (unpack_byte_string(response, response_len, "ds", in tpm2_pcr_read()
|