Searched refs:DH_NAMED_GROUP (Results 1 – 8 of 8) sorted by relevance
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()
34 const DH_NAMED_GROUP *group = NULL; in ossl_ffc_params_fromdata()
248 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata()
205 typedef struct dh_named_group_st DH_NAMED_GROUP; typedef206 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);
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()
166 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text()
550 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params()
1527 const DH_NAMED_GROUP *dh_group = in get_payload_group_name()
Completed in 21 milliseconds