OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kexch_groups
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
4981
int *
kexch_groups
= &kexch_alg;
local
4996
kexch_groups
= ecdhe_kexch_groups;
5035
kexch_groups
= ffdhe_kexch_groups;
5076
kexch_groups
= NULL;
5082
kexch_groups
= NULL;
5087
kexch_groups
= NULL;
5092
kexch_groups
= NULL;
5099
kexch_groups
= NULL;
5105
kexch_groups
= NULL;
5110
kexch_groups
= NULL
5224
int *
kexch_groups
= &kexch_alg;
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
4880
int *
kexch_groups
= &kexch_alg;
local
4893
kexch_groups
= ecdhe_kexch_groups;
4930
kexch_groups
= ffdhe_kexch_groups;
4995
if (!TEST_true(SSL_set1_groups(serverssl,
kexch_groups
, kexch_groups_size))
4996
|| !TEST_true(SSL_set1_groups(clientssl,
kexch_groups
, kexch_groups_size)))
5008
idx == 13 ? 0 :
kexch_groups
[0]))
5011
if (!TEST_str_eq(SSL_group_to_name(serverssl,
kexch_groups
[0]),
5017
if (!TEST_int_eq(SSL_get_negotiated_group(serverssl),
kexch_groups
[0]))
5019
if (!TEST_int_eq(SSL_get_negotiated_group(clientssl),
kexch_groups
[0]))
5039
int *
kexch_groups
= &kexch_alg
local
[
all
...]
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026