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

/netbsd-current/crypto/external/bsd/openssl/dist/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)
101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid)
113 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p,
131 int ossl_ffc_named_group_get_uid(const DH_NAMED_GROUP *group)
138 const char *ossl_ffc_named_group_get_name(const DH_NAMED_GROUP *group)
146 int ossl_ffc_named_group_get_keylength(const DH_NAMED_GROUP *group)
153 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group)
160 int ossl_ffc_named_group_set(FFC_PARAMS *ffc, const DH_NAMED_GROUP *group)
H A Dffc_backend.c37 const DH_NAMED_GROUP *group = NULL;
H A Dffc_params.c247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_group_params.c27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group)
42 const DH_NAMED_GROUP *group;
58 const DH_NAMED_GROUP *group;
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dffc.h205 typedef struct dh_named_group_st DH_NAMED_GROUP; typedef in typeref:struct:dh_named_group_st
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);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2text.c165 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddh_kmgmt.c544 const DH_NAMED_GROUP *group = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dctrl_params_translate.c1525 const DH_NAMED_GROUP *dh_group =

Completed in 205 milliseconds