Home
last modified time | relevance | path

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

/include/internal/
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);

Completed in 4 milliseconds