Home
last modified time | relevance | path

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

/openssl/crypto/ffc/
H A 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()
H A Dffc_backend.c34 const DH_NAMED_GROUP *group = NULL; in ossl_ffc_params_fromdata()
H A Dffc_params.c248 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata()
/openssl/include/internal/
H A Dffc.h205 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);
/openssl/crypto/dh/
H A 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()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c166 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c550 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params()
/openssl/crypto/evp/
H A Dctrl_params_translate.c1527 const DH_NAMED_GROUP *dh_group = in get_payload_group_name()

Completed in 21 milliseconds