Lines Matching refs:client_options

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);
3451 mbedtls_test_free_handshake_options(&client_options);
3621 mbedtls_test_handshake_test_options client_options;
3627 mbedtls_test_init_handshake_options(&client_options);
3636 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3639 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3647 &client_options, NULL, NULL, NULL);
3686 mbedtls_test_free_handshake_options(&client_options);
3706 mbedtls_test_handshake_test_options client_options;
3718 mbedtls_test_init_handshake_options(&client_options);
3728 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3729 client_options.group_list = group_list;
3730 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
3740 client_options.alpn_list[0] = "ALPNExample";
3741 client_options.alpn_list[1] = NULL;
3748 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3760 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
3778 client_options.alpn_list[0] = "ALPNExample";
3779 client_options.alpn_list[1] = NULL;
3785 client_options.alpn_list[0] = "ALPNExample2";
3786 client_options.alpn_list[1] = NULL;
3795 client_options.alpn_list[0] = NULL;
3809 &client_options, NULL, NULL, NULL);
3892 mbedtls_test_free_handshake_options(&client_options);
3905 mbedtls_test_handshake_test_options client_options;
3917 mbedtls_test_init_handshake_options(&client_options);
3926 client_options.pk_alg = MBEDTLS_PK_ECDSA;
3927 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
3931 client_options.group_list = group_list;
3935 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
3947 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
3963 &client_options, NULL, NULL, NULL);
4266 mbedtls_test_free_handshake_options(&client_options);
4278 mbedtls_test_handshake_test_options client_options;
4290 mbedtls_test_init_handshake_options(&client_options);
4299 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4300 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4304 client_options.group_list = group_list;
4308 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4320 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_DISABLED;
4340 &client_options, NULL, NULL, NULL);
4615 mbedtls_test_free_handshake_options(&client_options);
4627 mbedtls_test_handshake_test_options client_options;
4638 mbedtls_test_init_handshake_options(&client_options);
4649 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4650 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4655 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4663 &client_options, NULL, NULL, NULL);
4762 mbedtls_test_free_handshake_options(&client_options);
4780 mbedtls_test_handshake_test_options client_options;
4800 mbedtls_test_init_handshake_options(&client_options);
4818 client_options.pk_alg = MBEDTLS_PK_ECDSA;
4819 client_options.group_list = group_list;
4820 client_options.early_data = MBEDTLS_SSL_EARLY_DATA_ENABLED;
4826 ret = mbedtls_test_get_tls13_ticket(&client_options, &server_options,
4867 &client_options, NULL, NULL, NULL);
5016 mbedtls_test_free_handshake_options(&client_options);