Home
last modified time | relevance | path

Searched refs:Tss2_Tcti_Receive (Results 1 – 7 of 7) sorted by relevance

/external/tpm2-tss/test/unit/
Dtcti-device.c232 rc = Tss2_Tcti_Receive (ctx, in tcti_device_receive_null_size_test()
237 rc = Tss2_Tcti_Receive (ctx, in tcti_device_receive_null_size_test()
265 rc = Tss2_Tcti_Receive (ctx, in tcti_device_receive_success()
293 rc = Tss2_Tcti_Receive (ctx, in tcti_device_receive_eof_test()
322 rc = Tss2_Tcti_Receive (ctx, in tcti_device_receive_buffer_lt_response()
368 rc = Tss2_Tcti_Receive (ctx, in tcti_device_poll_success()
394 rc = Tss2_Tcti_Receive (ctx, in tcti_device_poll_timeout()
418 rc = Tss2_Tcti_Receive (ctx, in tcti_device_poll_io_error()
Dtcti-mssim.c304 rc = Tss2_Tcti_Receive (ctx, in tcti_socket_receive_null_size_test()
309 rc = Tss2_Tcti_Receive (ctx, in tcti_socket_receive_null_size_test()
351 rc = Tss2_Tcti_Receive (ctx, &response_size, response_out, TSS2_TCTI_TIMEOUT_BLOCK); in tcti_socket_receive_success_test()
377 rc = Tss2_Tcti_Receive (ctx, &response_size, NULL, TSS2_TCTI_TIMEOUT_BLOCK); in tcti_socket_receive_size_success_test()
394 rc = Tss2_Tcti_Receive (ctx, &response_size, response_out, TSS2_TCTI_TIMEOUT_BLOCK); in tcti_socket_receive_size_success_test()
417 rc = Tss2_Tcti_Receive (ctx, in tcti_mssim_receive_eof_first_read_test()
453 rc = Tss2_Tcti_Receive (ctx, in tcti_mssim_receive_eof_second_read_test()
Dtctildr-tcti.c171 rc = Tss2_Tcti_Receive (context, &size, buffer, timeout); in tctildr_receive_test()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_Execute.c65 rval = Tss2_Tcti_Receive(ctx->tctiContext, &responseSize, in Tss2_Sys_ExecuteFinish()
86 rval = Tss2_Tcti_Receive(ctx->tctiContext, &responseSize, in Tss2_Sys_ExecuteFinish()
/external/tpm2-tss/include/tss2/
Dtss2_tcti.h95 #define Tss2_Tcti_Receive(tctiContext, size, response, timeout) \ macro
/external/tpm2-tss/test/integration/
Dmain-esapi.c124 rval = Tss2_Tcti_Receive(tcti_proxy->tctiInner, response_size, in tcti_proxy_receive()
/external/tpm2-tss/src/tss2-tcti/
Dtctildr.c206 return Tss2_Tcti_Receive (ldr_ctx->tcti, in tctildr_receive()