Searched refs:client_options (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl.function | 3307 mbedtls_test_handshake_test_options client_options, server_options; 3308 mbedtls_test_init_handshake_options(&client_options); 3320 client_options.pk_alg = MBEDTLS_PK_ECDSA; 3321 client_options.group_list = iana_tls_group_list; 3323 &client_options, NULL, NULL, 3368 mbedtls_test_free_handshake_options(&client_options); 3384 mbedtls_test_handshake_test_options client_options; 3393 mbedtls_test_init_handshake_options(&client_options); 3396 client_options.pk_alg = MBEDTLS_PK_ECDSA; 3398 &client_options, NULL, NULL, NULL); [all …]
|
/mbedtls-latest/tests/include/test/ |
D | ssl_helpers.h | 623 mbedtls_test_handshake_test_options *client_options,
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 2527 mbedtls_test_handshake_test_options *client_options, in mbedtls_test_get_tls13_ticket() argument 2539 client_options, NULL, NULL, NULL); in mbedtls_test_get_tls13_ticket()
|