Searched refs:response_length (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/ |
A D | tpm-v1.c | 158 size_t response_length = sizeof(response); in tpm_nv_read_value() local 196 size_t response_length = sizeof(response); in tpm_nv_write_value() local 229 size_t response_length = sizeof(response); in tpm_extend() local 258 size_t response_length = sizeof(response); in tpm_pcr_read() local 312 size_t response_length = sizeof(response); in tpm_read_pubek() local 393 size_t response_length = sizeof(response); in tpm_get_capability() local 431 size_t response_length = sizeof(response); in tpm_get_permanent_flags() local 468 size_t response_length = sizeof(response); in tpm_get_permissions() local 756 response + response_length - in tpm_load_key2_oiap() 816 response + response_length - in tpm_get_pub_key_oiap() [all …]
|
A D | tpm-common.c | 167 size_t response_length; in tpm_sendrecv_command() local 171 response_length = *size_ptr; in tpm_sendrecv_command() 174 response_length = sizeof(response_buffer); in tpm_sendrecv_command() 178 response, &response_length); in tpm_sendrecv_command() 184 *size_ptr = response_length; in tpm_sendrecv_command() 189 for (i = 0; i < response_length; i++) in tpm_sendrecv_command()
|
A D | tpm-v2.c | 438 size_t response_length = sizeof(response); in tpm2_get_random() local 452 &response_length); in tpm2_get_random() 455 if (unpack_byte_string(response, response_length, "w", in tpm2_get_random() 460 if (unpack_byte_string(response, response_length, "s", in tpm2_get_random()
|
/u-boot/cmd/ |
A D | tpm-v1.c | 263 size_t count, response_length = sizeof(response); in do_tpm_raw_transfer() local 276 rc = tpm_xfer(dev, command, count, response, &response_length); in do_tpm_raw_transfer() 280 print_byte_string(response, response_length); in do_tpm_raw_transfer()
|
Completed in 13 milliseconds