Searched defs:test_ctx (Results 1 – 4 of 4) sorted by relevance
14 struct test_ctx { struct15 int real_pipe1[2];16 int real_pipe2[2];17 int real_fd_in;18 int real_fd_out;21 int pipe1[2];22 int pipe2[2];23 int fd_in;24 int fd_out;26 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