Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-v1.c168 if (unpack_byte_string(response, response_length, "d", in tpm1_nv_read_value()
173 if (unpack_byte_string(response, response_length, "s", in tpm1_nv_read_value()
235 if (unpack_byte_string(response, response_length, "s", in tpm1_extend()
264 if (unpack_byte_string(response, response_length, "s", in tpm1_pcr_read()
312 if (unpack_byte_string(response, response_length, "d", in tpm1_read_pubek()
320 if (unpack_byte_string(response, response_length, "s", in tpm1_read_pubek()
398 if (unpack_byte_string(response, response_length, "d", in tpm1_get_capability()
403 if (unpack_byte_string(response, response_length, "s", in tpm1_get_capability()
431 if (unpack_byte_string(response, response_length, "d", in tpm1_get_permanent_flags()
440 if (unpack_byte_string(response, response_length, "s", in tpm1_get_permanent_flags()
[all …]
H A Dtpm-utils.h51 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
H A Dtpm-common.c83 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function
H A Dtpm-v2.c929 if (unpack_byte_string(response, response_len, "wdds", in tpm2_nv_read_value()
1014 if (unpack_byte_string(response, response_len, "ds", in tpm2_pcr_read()
1442 if (unpack_byte_string(response, response_length, "w", in tpm2_get_random()
1447 if (unpack_byte_string(response, response_length, "s", in tpm2_get_random()