Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtpm-v1.c170 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 Dtpm-utils.h51 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
A Dtpm-v2.c152 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 Dtpm-common.c84 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function

Completed in 10 milliseconds