Searched refs:print_byte_string (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | tpm-user-utils.h | 10 void print_byte_string(u8 *data, size_t count);
|
A D | tpm-v1.c | 81 print_byte_string(data, count); in do_tpm_nv_read_value() 136 print_byte_string(out_digest, sizeof(out_digest)); in do_tpm_extend() 162 print_byte_string(data, count); in do_tpm_pcr_read() 205 print_byte_string(data, count); in do_tpm_read_pubek() 251 print_byte_string(cap, count); in do_tpm_get_capability() 280 print_byte_string(response, response_length); in do_tpm_raw_transfer() 498 print_byte_string(pub_key_buffer, pub_key_len); in do_tpm_get_pub_key_oiap()
|
A D | tpm-common.c | 24 void print_byte_string(u8 *data, size_t count) in print_byte_string() function
|
A D | tpm-v2.c | 157 print_byte_string(data, TPM2_DIGEST_LEN); in do_tpm_pcr_read()
|
Completed in 13 milliseconds