Lines Matching refs:DSA
11 * DSA low level APIs are deprecated for public use, but still ok for
108 (const unsigned char *, int, DSA *)
114 DSA_SIG *(*sign) (const unsigned char *, int, DSA *))
121 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)
127 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **))
134 (const unsigned char *, int, DSA_SIG *, DSA *)
140 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *))
147 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
154 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
163 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
170 int (*bn_mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
177 int (*DSA_meth_get_init(const DSA_METHOD *dsam))(DSA *)
182 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *))
188 int (*DSA_meth_get_finish(const DSA_METHOD *dsam)) (DSA *)
193 int DSA_meth_set_finish(DSA_METHOD *dsam, int (*finish) (DSA *))
200 (DSA *, int, const unsigned char *, int, int *, unsigned long *,
207 int (*paramgen) (DSA *, int, const unsigned char *, int, int *,
214 int (*DSA_meth_get_keygen(const DSA_METHOD *dsam)) (DSA *)
219 int DSA_meth_set_keygen(DSA_METHOD *dsam, int (*keygen) (DSA *))