Home
last modified time | relevance | path

Searched refs:dh_named_groups (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_dh.c65 static const DH_NAMED_GROUP dh_named_groups[] = { variable
94 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_name_to_dh_named_group()
95 if (OPENSSL_strcasecmp(dh_named_groups[i].name, name) == 0) in ossl_ffc_name_to_dh_named_group()
96 return &dh_named_groups[i]; in ossl_ffc_name_to_dh_named_group()
105 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_uid_to_dh_named_group()
106 if (dh_named_groups[i].uid == uid) in ossl_ffc_uid_to_dh_named_group()
107 return &dh_named_groups[i]; in ossl_ffc_uid_to_dh_named_group()
119 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_numbers_to_dh_named_group()
121 if (BN_cmp(p, dh_named_groups[i].p) == 0 in ossl_ffc_numbers_to_dh_named_group()
122 && BN_cmp(g, dh_named_groups[ in ossl_ffc_numbers_to_dh_named_group()
[all...]
/third_party/openssl/crypto/ffc/
H A Dffc_dh.c65 static const DH_NAMED_GROUP dh_named_groups[] = { variable
94 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_name_to_dh_named_group()
95 if (OPENSSL_strcasecmp(dh_named_groups[i].name, name) == 0) in ossl_ffc_name_to_dh_named_group()
96 return &dh_named_groups[i]; in ossl_ffc_name_to_dh_named_group()
105 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_uid_to_dh_named_group()
106 if (dh_named_groups[i].uid == uid) in ossl_ffc_uid_to_dh_named_group()
107 return &dh_named_groups[i]; in ossl_ffc_uid_to_dh_named_group()
119 for (i = 0; i < OSSL_NELEM(dh_named_groups); ++i) { in ossl_ffc_numbers_to_dh_named_group()
121 if (BN_cmp(p, dh_named_groups[i].p) == 0 in ossl_ffc_numbers_to_dh_named_group()
122 && BN_cmp(g, dh_named_groups[ in ossl_ffc_numbers_to_dh_named_group()
[all...]

Completed in 2 milliseconds