Searched refs:client_options (Results 1 – 3 of 3) sorted by relevance
/mbedtls-3.7.0/tests/suites/ |
D | test_suite_ssl.function | 3294 mbedtls_test_handshake_test_options client_options, server_options; 3295 mbedtls_test_init_handshake_options(&client_options); 3307 client_options.pk_alg = MBEDTLS_PK_ECDSA; 3308 client_options.group_list = iana_tls_group_list; 3310 &client_options, NULL, NULL, 3355 mbedtls_test_free_handshake_options(&client_options); 3371 mbedtls_test_handshake_test_options client_options; 3380 mbedtls_test_init_handshake_options(&client_options); 3383 client_options.pk_alg = MBEDTLS_PK_ECDSA; 3385 &client_options, NULL, NULL, NULL); [all …]
|
/mbedtls-3.7.0/tests/include/test/ |
D | ssl_helpers.h | 623 mbedtls_test_handshake_test_options *client_options,
|
/mbedtls-3.7.0/tests/src/test_helpers/ |
D | ssl_helpers.c | 2508 mbedtls_test_handshake_test_options *client_options, in mbedtls_test_get_tls13_ticket() argument 2520 client_options, NULL, NULL, NULL); in mbedtls_test_get_tls13_ticket()
|