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.c182 if (unpack_byte_string(response, response_length, "d", in tpm1_nv_read_value()
187 if (unpack_byte_string(response, response_length, "s", in tpm1_nv_read_value()
249 if (unpack_byte_string(response, response_length, "s", in tpm1_extend()
278 if (unpack_byte_string(response, response_length, "s", in tpm1_pcr_read()
326 if (unpack_byte_string(response, response_length, "d", in tpm1_read_pubek()
334 if (unpack_byte_string(response, response_length, "s", in tpm1_read_pubek()
412 if (unpack_byte_string(response, response_length, "d", in tpm1_get_capability()
417 if (unpack_byte_string(response, response_length, "s", in tpm1_get_capability()
445 if (unpack_byte_string(response, response_length, "d", in tpm1_get_permanent_flags()
454 if (unpack_byte_string(response, response_length, "s", in tpm1_get_permanent_flags()
[all …]
A Dtpm-utils.h51 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
A Dtpm-v2.c232 if (unpack_byte_string(response, response_len, "wdds", in tpm2_nv_read_value()
317 if (unpack_byte_string(response, response_len, "ds", in tpm2_pcr_read()
620 if (unpack_byte_string(response, response_length, "w", in tpm2_get_random()
625 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 18 milliseconds