Searched defs:test_ctx (Results 1 – 4 of 4) sorted by relevance
15 struct test_ctx { struct16 int real_pipe1[2];17 int real_pipe2[2];18 int real_fd_in;19 int real_fd_out;22 int pipe1[2];23 int pipe2[2];24 int fd_in;25 int fd_out;27 void *buf_in;[all …]
175 char test_ctx[] = "test serialized context"; in test_alts_peer_to_auth_context_success() local
77 static TSS2_TCTI_CONTEXT_COMMON_V2 test_ctx = { 0, }; variable
182 async def test_ctx(self): member in TestAuthorizedSession