Searched refs:DH_NAMED_GROUP (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 65 static const DH_NAMED_GROUP dh_named_groups[] = { 90 const DH_NAMED_GROUP *ossl_ffc_name_to_dh_named_group(const char *name) in ossl_ffc_name_to_dh_named_group() 101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group() 113 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p, in ossl_ffc_numbers_to_dh_named_group() 131 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_uid() 138 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_name() 146 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_keylength() 153 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_q() 160 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group) in ossl_ffc_named_group_set()
|
H A D | ffc_backend.c | 37 const DH_NAMED_GROUP *group = NULL; in ossl_ffc_params_fromdata()
|
H A D | ffc_params.c | 247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 65 static const DH_NAMED_GROUP dh_named_groups[] = { 90 const DH_NAMED_GROUP *ossl_ffc_name_to_dh_named_group(const char *name) in ossl_ffc_name_to_dh_named_group() 101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group() 113 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p, in ossl_ffc_numbers_to_dh_named_group() 131 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_uid() 138 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_name() 146 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_keylength() 153 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group) in ossl_ffc_named_group_get_q() 160 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group) in ossl_ffc_named_group_set()
|
H A D | ffc_backend.c | 37 const DH_NAMED_GROUP *group = NULL; in ossl_ffc_params_fromdata()
|
H A D | ffc_params.c | 247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ffc.h | 205 typedef struct dh_named_group_st DH_NAMED_GROUP; typedef 206 const DH_NAMED_GROUP *ossl_ffc_name_to_dh_named_group(const char *name); 207 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid); 209 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p, 213 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group); 214 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *); 216 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group); 217 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group); 218 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group);
|
/third_party/openssl/include/internal/ |
H A D | ffc.h | 200 typedef struct dh_named_group_st DH_NAMED_GROUP; typedef 201 const DH_NAMED_GROUP *ossl_ffc_name_to_dh_named_group(const char *name); 202 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid); 204 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p, 208 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group); 209 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *); 211 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group); 212 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group); 213 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group);
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_group_params.c | 27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init() 42 const DH_NAMED_GROUP *group; in ossl_dh_new_by_nid_ex() 58 const DH_NAMED_GROUP *group; in ossl_dh_cache_named_group()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_group_params.c | 27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init() 42 const DH_NAMED_GROUP *group; in ossl_dh_new_by_nid_ex() 58 const DH_NAMED_GROUP *group; in ossl_dh_cache_named_group()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 165 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 165 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 544 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 541 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1525 const DH_NAMED_GROUP *dh_group = in get_payload_group_name()
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1522 const DH_NAMED_GROUP *dh_group = in get_payload_group_name()
|
Completed in 19 milliseconds