/NetX-Duo-v6.4.1/test/regression/interoperability_test/nx_secure_test/ |
D | tls_ecc_server_cert_test.c | 8 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 36 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 66 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main() 88 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_ecc_client_entry()
|
D | tls_ecc_negotiation_test.c | 7 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 35 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 65 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main()
|
D | tls_negotiation_test.c | 7 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 35 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 65 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main()
|
D | tls_ecc_server_ciphersuites_test.c | 8 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 36 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 66 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main() 179 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_ecc_client_entry()
|
D | openssl_echo_server_nx_secure_echo_client_long_time_test.c | 7 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 35 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 68 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main()
|
D | openssl_echo_server_nx_secure_echo_client_test.c | 7 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 35 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 68 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main()
|
D | tls_ecc_server_curves_test.c | 8 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 36 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 66 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main() 179 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_ecc_client_entry()
|
D | tls_1_0_1_1_ecc_server_test.c | 8 TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; variable 36 status = tls_test_semaphore_create(&semaphore_echo_server_prepared, 0); in main() 66 tls_test_semaphore_destroy(semaphore_echo_server_prepared); in main() 183 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_ecc_client_entry()
|
D | openssl_client_certificate_verify_test_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 25 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_2_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 16 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_client_session_reuse_test_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 21 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_hello_retry_cookie_test_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 26 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_hello_retry_request_test_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 25 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_psk_test_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 22 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | dtls_openssl_client_certificate_verify_test_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 21 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | dtls_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 16 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_0_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 16 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_1_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 16 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_client_certificate_verify_test_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 24 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | dtls_openssl_ecc_test_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 21 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_openssl_echo_server_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 27 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | ecc_tls_1_2_openssl_client_cert_test_server_entry.c | 16 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 35 tls_test_semaphore_post(semaphore_echo_server_prepared); in openssl_echo_server_entry()
|
D | tls_1_3_psk_hello_retry_test_openssl_echo_client_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 20 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_echo_client_entry()
|
D | tls_1_3_psk_test_openssl_echo_client_entry.c | 3 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 20 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_echo_client_entry()
|
D | openssl_client_certificate_verify_test_client_entry.c | 4 extern TLS_TEST_SEMAPHORE* semaphore_echo_server_prepared; 24 tls_test_semaphore_wait(semaphore_echo_server_prepared); in openssl_echo_client_entry()
|