Home
last modified time | relevance | path

Searched refs:unpack_byte_string (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/
Dtpm-v1.c129 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 …]
Dtpm-utils.h69 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
Dtpm-common.c74 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function
Dtpm-v2.c149 if (unpack_byte_string(response, response_len, "ds", in tpm2_pcr_read()