OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecdhe_kexch_groups
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
4964
static int
ecdhe_kexch_groups
[] = { NID_X9_62_prime256v1, NID_secp384r1,
variable
4996
kexch_groups =
ecdhe_kexch_groups
;
4997
kexch_groups_size = OSSL_NELEM(
ecdhe_kexch_groups
);
5227
numec = OSSL_NELEM(
ecdhe_kexch_groups
);
5230
kexch_alg =
ecdhe_kexch_groups
[idx];
5238
if (!TEST_true(SSL_set1_groups(clientssl,
ecdhe_kexch_groups
,
5250
if (!TEST_true(SSL_set1_groups(serverssl,
ecdhe_kexch_groups
,
5296
numec = OSSL_NELEM(
ecdhe_kexch_groups
);
5306
/* Now 'idx' is an index into
ecdhe_kexch_groups
or ffdhe_kexch_groups */
5308
kexch_alg =
ecdhe_kexch_groups
[idx]
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
4867
static int
ecdhe_kexch_groups
[] = {NID_X9_62_prime256v1, NID_secp384r1,
variable
4893
kexch_groups =
ecdhe_kexch_groups
;
4894
kexch_groups_size = OSSL_NELEM(
ecdhe_kexch_groups
);
5042
numec = OSSL_NELEM(
ecdhe_kexch_groups
);
5045
kexch_alg =
ecdhe_kexch_groups
[idx];
5053
if (!TEST_true(SSL_set1_groups(clientssl,
ecdhe_kexch_groups
,
5065
if (!TEST_true(SSL_set1_groups(serverssl,
ecdhe_kexch_groups
,
5111
numec = OSSL_NELEM(
ecdhe_kexch_groups
);
5121
/* Now 'idx' is an index into
ecdhe_kexch_groups
or ffdhe_kexch_groups */
5123
kexch_alg =
ecdhe_kexch_groups
[idx]
[
all
...]
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026