Searched refs:print_byte_string (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | tpm-v1.c | 82 print_byte_string(data, count); in do_tpm_nv_read_value() 138 print_byte_string(out_digest, sizeof(out_digest)); in do_tpm_extend() 164 print_byte_string(data, count); in do_tpm_pcr_read() 207 print_byte_string(data, count); in do_tpm_read_pubek() 253 print_byte_string(cap, count); in do_tpm_get_capability() 282 print_byte_string(response, response_length); in do_tpm_raw_transfer() 500 print_byte_string(pub_key_buffer, pub_key_len); in do_tpm_get_pub_key_oiap()
|
H A D | tpm-user-utils.h | 10 void print_byte_string(u8 *data, size_t count);
|
H A D | tpm-common.c | 24 void print_byte_string(u8 *data, size_t count) in print_byte_string() function
|
H A D | tpm-v2.c | 158 print_byte_string(data, TPM2_DIGEST_LEN); in do_tpm_pcr_read()
|