Home
last modified time | relevance | path

Searched refs:DH_NAMED_GROUP (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/ffc/
Dffc_dh.c65 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()
Dffc_backend.c37 const DH_NAMED_GROUP *group = NULL; in ossl_ffc_params_fromdata()
Dffc_params.c245 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata()
/third_party/openssl/include/internal/
Dffc.h200 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/openssl/crypto/dh/
Ddh_group_params.c27 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/providers/implementations/encode_decode/
Dencode_key2text.c165 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text()
/third_party/openssl/providers/implementations/keymgmt/
Ddh_kmgmt.c541 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params()
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c1509 const DH_NAMED_GROUP *dh_group = in get_payload_group_name()