Lines Matching refs:client_options
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);
3464 mbedtls_test_free_handshake_options(&client_options);
3634 mbedtls_test_handshake_test_options client_options;
3640 mbedtls_test_init_handshake_options(&client_options);
3649 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3652 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3660 &client_options, NULL, NULL, NULL);
3699 mbedtls_test_free_handshake_options(&client_options);
3719 mbedtls_test_handshake_test_options client_options;
3731 mbedtls_test_init_handshake_options(&client_options);
3741 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3742 client_options.group_list = group_list;
3743 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
3753 client_options.alpn_list[0] = "ALPNExample";
3754 client_options.alpn_list[1] = NULL;
3761 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3773 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
3791 client_options.alpn_list[0] = "ALPNExample";
3792 client_options.alpn_list[1] = NULL;
3798 client_options.alpn_list[0] = "ALPNExample2";
3799 client_options.alpn_list[1] = NULL;
3808 client_options.alpn_list[0] = NULL;
3822 &client_options, NULL, NULL, NULL);
3905 mbedtls_test_free_handshake_options(&client_options);
3918 mbedtls_test_handshake_test_options client_options;
3930 mbedtls_test_init_handshake_options(&client_options);
3939 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3940 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
3944 client_options.group_list = group_list;
3948 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3960 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
3976 &client_options, NULL, NULL, NULL);
4279 mbedtls_test_free_handshake_options(&client_options);
4291 mbedtls_test_handshake_test_options client_options;
4303 mbedtls_test_init_handshake_options(&client_options);
4312 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4313 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4317 client_options.group_list = group_list;
4321 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4333 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
4353 &client_options, NULL, NULL, NULL);
4628 mbedtls_test_free_handshake_options(&client_options);
4640 mbedtls_test_handshake_test_options client_options;
4651 mbedtls_test_init_handshake_options(&client_options);
4662 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4663 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4668 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4676 &client_options, NULL, NULL, NULL);
4775 mbedtls_test_free_handshake_options(&client_options);
4793 mbedtls_test_handshake_test_options client_options;
4813 mbedtls_test_init_handshake_options(&client_options);
4831 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4832 client_options.group_list = group_list;
4833 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4839 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4880 &client_options, NULL, NULL, NULL);
5029 mbedtls_test_free_handshake_options(&client_options);