Searched refs:ossl_ffc_params_get0_pqg (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/dh/ |
D | dh_asn1.c | 145 ossl_ffc_params_get0_pqg(params, (const BIGNUM **)&dhx.p, in i2d_DHxparams()
|
D | dh_lib.c | 222 ossl_ffc_params_get0_pqg(&dh->params, p, q, g); in DH_get0_pqg()
|
/third_party/openssl/include/internal/ |
D | ffc.h | 124 void ossl_ffc_params_get0_pqg(const FFC_PARAMS *params, const BIGNUM **p,
|
/third_party/openssl/crypto/ffc/ |
D | ffc_params.c | 54 void ossl_ffc_params_get0_pqg(const FFC_PARAMS *d, const BIGNUM **p, in ossl_ffc_params_get0_pqg() function
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 259 ossl_ffc_params_get0_pqg(&d->params, p, q, g); in DSA_get0_pqg()
|