Home
last modified time | relevance | path

Searched refs:platform_sock (Results 1 – 2 of 2) sorted by relevance

/external/tpm2-tss/src/tss2-tcti/
Dtcti-mssim.c84 ":", sizeof (cmd), tcti_mssim->platform_sock); in tcti_platform_command()
85 ret = write_all (tcti_mssim->platform_sock, buf, sizeof (cmd)); in tcti_platform_command()
93 read_ret = recv (tcti_mssim->platform_sock, (char *) buf, sizeof (buf), 0); in tcti_platform_command()
100 read_ret = read(tcti_mssim->platform_sock, buf, sizeof (buf)); in tcti_platform_command()
108 PRIx32 ":", read_ret, tcti_mssim->platform_sock); in tcti_platform_command()
294 send_sim_session_end (tcti_mssim->platform_sock); in tcti_mssim_finalize()
296 socket_close (&tcti_mssim->platform_sock); in tcti_mssim_finalize()
566 tcti_mssim->platform_sock = -1; in Tss2_Tcti_Mssim_Init()
577 &tcti_mssim->platform_sock); in Tss2_Tcti_Mssim_Init()
598 socket_close (&tcti_mssim->platform_sock); in Tss2_Tcti_Mssim_Init()
Dtcti-mssim.h36 SOCKET platform_sock; member