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