Home
last modified time | relevance | path

Searched refs:supported_group_list (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
Dssl_lib.cc692 if (!ssl->config->supported_group_list.CopyFrom(ctx->supported_group_list) || in SSL_new()
1865 return tls1_set_curves(&ctx->supported_group_list, in SSL_CTX_set1_curves()
1873 return tls1_set_curves(&ssl->config->supported_group_list, in SSL_set1_curves()
1878 return tls1_set_curves_list(&ctx->supported_group_list, curves); in SSL_CTX_set1_curves_list()
1885 return tls1_set_curves_list(&ssl->config->supported_group_list, curves); in SSL_set1_curves_list()
Dt1_lib.cc296 if (!hs->config->supported_group_list.empty()) { in tls1_get_grouplist()
297 return hs->config->supported_group_list; in tls1_get_grouplist()
2477 CBS supported_group_list; in ext_supported_groups_parse_clienthello() local
2478 if (!CBS_get_u16_length_prefixed(contents, &supported_group_list) || in ext_supported_groups_parse_clienthello()
2479 CBS_len(&supported_group_list) == 0 || in ext_supported_groups_parse_clienthello()
2481 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
Dhandoff.cc175 ssl->config->supported_group_list = std::move(new_configured_curves); in apply_remote_features()
Dinternal.h2509 Array<uint16_t> supported_group_list; // our list
3091 bssl::Array<uint16_t> supported_group_list;
Dssl_test.cc526 ASSERT_EQ(t.expected.size(), ctx->supported_group_list.size()); in TEST()
528 EXPECT_EQ(t.expected[i], ctx->supported_group_list[i]); in TEST()
4350 EXPECT_EQ(0u, server->config->supported_group_list.size()); in TEST()
4353 EXPECT_EQ(1u, server->config->supported_group_list.size()); in TEST()