OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_nid
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
opensslecdsa_link.c
331
int
group_nid
;
local
339
group_nid
= NID_X9_62_prime256v1;
342
group_nid
= NID_secp384r1;
346
eckey = EC_KEY_new_by_curve_name(
group_nid
);
438
int
group_nid
;
local
448
group_nid
= NID_X9_62_prime256v1;
451
group_nid
= NID_secp384r1;
462
eckey = EC_KEY_new_by_curve_name(
group_nid
);
654
int
group_nid
;
local
657
group_nid
= NID_X9_62_prime256v1
786
int
group_nid
= 0;
local
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
opensslecdsa_link.c
146
int
group_nid
= opensslecdsa_key_alg_to_group_nid(key_alg);
local
170
group = EC_GROUP_new_by_curve_name(
group_nid
);
290
int
group_nid
= opensslecdsa_key_alg_to_group_nid(key_alg);
local
292
eckey = EC_KEY_new_by_curve_name(
group_nid
);
415
opensslecdsa_generate_pkey_with_uri(int
group_nid
, const char *label,
452
status = EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx,
group_nid
);
479
int
group_nid
= opensslecdsa_key_alg_to_group_nid(key_alg);
local
483
return opensslecdsa_generate_pkey_with_uri(
group_nid
, label,
498
status = EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx,
group_nid
);
573
int
group_nid
;
local
611
int
group_nid
;
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
dh_kmgmt.c
63
int
group_nid
;
member in struct:dh_gen_ctx
553
|| ((gctx->
group_nid
= ossl_ffc_named_group_get_uid(group)) == NID_undef)) {
710
if (gctx->
group_nid
!= NID_undef)
730
if (gctx->
group_nid
== NID_undef)
731
gctx->
group_nid
= ossl_dh_get_named_group_uid_from_size(gctx->pbits);
732
if (gctx->
group_nid
== NID_undef)
734
dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->
group_nid
);
/src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
dh_kmgmt.c
60
int
group_nid
;
member in struct:dh_gen_ctx
549
|| ((gctx->
group_nid
=
706
if (gctx->
group_nid
!= NID_undef)
713
if (gctx->
group_nid
== NID_undef)
714
gctx->
group_nid
= ossl_dh_get_named_group_uid_from_size(gctx->pbits);
715
if (gctx->
group_nid
== NID_undef)
717
dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->
group_nid
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
335
const int
group_nid
= NID_X9_62_prime256v1;
local
338
eckey = EC_KEY_new_by_curve_name(
group_nid
);
394
group_nid
);
Completed in 25 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026