Home
last modified time | relevance | path

Searched refs:test_ticket (Results 1 – 8 of 8) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_client_session_ticket_extension_test.c67 const uint8_t test_ticket[S2N_TLS12_TICKET_SIZE_IN_BYTES] = "TICKET"; in main() local
74 s2n_set_test_ticket(client_conn, test_ticket, s2n_array_len(test_ticket)); in main()
78 EXPECT_BYTEARRAY_EQUAL(stuffer.blob.data, test_ticket, s2n_array_len(test_ticket)); in main()
92 s2n_set_test_ticket(client_conn, test_ticket, S2N_TLS12_TICKET_SIZE_IN_BYTES); in main()
99 test_ticket, s2n_array_len(test_ticket)); in main()
114 s2n_set_test_ticket(client_conn, test_ticket, S2N_TLS12_TICKET_SIZE_IN_BYTES); in main()
139 s2n_set_test_ticket(client_conn, test_ticket, S2N_TLS12_TICKET_SIZE_IN_BYTES - 1); in main()
160 s2n_set_test_ticket(client_conn, test_ticket, S2N_TLS12_TICKET_SIZE_IN_BYTES); in main()
H A Ds2n_ems_extension_test.c99 uint8_t test_ticket[] = "test data"; in main() local
100 EXPECT_SUCCESS(s2n_realloc(&conn->client_ticket, sizeof(test_ticket))); in main()
H A Ds2n_server_new_session_ticket_test.c457 uint8_t test_ticket[] = { TEST_TICKET }; in main() local
539 EXPECT_BYTEARRAY_EQUAL(conn->client_ticket.data, test_ticket, sizeof(test_ticket)); in main()
556 EXPECT_EQUAL(ticket_size, sizeof(test_ticket)); in main()
560 EXPECT_BYTEARRAY_EQUAL(ticket, test_ticket, ticket_size); in main()
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/test/flight/
H A Dtest-endpoint.rb23 def test_ticket method in TestFlightEndpoint
/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/gmpv208/enums/
H A Dtest_entity_type.py158 def test_ticket(self): member in GetEntityTypeFromStringTestCase
/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/gmpv214/enums/
H A Dtest_entity_type.py158 def test_ticket(self): member in GetEntityTypeFromStringTestCase
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/unittests/
H A Dtest_parse.py344 def test_ticket(self): member in TestCliParser
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dmx.py1201 def test_ticket(self): member in MXtests