Searched refs:unpack_byte_string (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 168 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 D | tpm-utils.h | 51 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...);
|
H A D | tpm-common.c | 83 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string() function
|
H A D | tpm-v2.c | 929 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()
|