OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffdhe_kexch_groups
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
4871
static int
ffdhe_kexch_groups
[] = {NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096,
variable
4930
kexch_groups =
ffdhe_kexch_groups
;
4931
kexch_groups_size = OSSL_NELEM(
ffdhe_kexch_groups
);
5043
numff = OSSL_NELEM(
ffdhe_kexch_groups
);
5047
kexch_alg =
ffdhe_kexch_groups
[idx];
5057
if (!TEST_true(SSL_set1_groups(clientssl,
ffdhe_kexch_groups
,
5069
if (!TEST_true(SSL_set1_groups(serverssl,
ffdhe_kexch_groups
,
5112
numff = OSSL_NELEM(
ffdhe_kexch_groups
);
5121
/* Now 'idx' is an index into ecdhe_kexch_groups or
ffdhe_kexch_groups
*/
5125
kexch_alg =
ffdhe_kexch_groups
[idx]
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
5156
static int
ffdhe_kexch_groups
[] = { NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096,
variable
5219
kexch_groups =
ffdhe_kexch_groups
;
5220
kexch_groups_size = OSSL_NELEM(
ffdhe_kexch_groups
);
5412
numff = OSSL_NELEM(
ffdhe_kexch_groups
);
5416
kexch_alg =
ffdhe_kexch_groups
[idx];
5426
if (!TEST_true(SSL_set1_groups(clientssl,
ffdhe_kexch_groups
,
5438
if (!TEST_true(SSL_set1_groups(serverssl,
ffdhe_kexch_groups
,
5481
numff = OSSL_NELEM(
ffdhe_kexch_groups
);
5490
/* Now 'idx' is an index into ecdhe_kexch_groups or
ffdhe_kexch_groups
*/
5494
kexch_alg =
ffdhe_kexch_groups
[idx]
[
all
...]
Completed in 81 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026