Searched defs:dsa_method (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/common/openssl/crypto/dsa/ |
H A D | dsa.h | 114 struct dsa_method struct 116 const char *name; 117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa); 118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 120 int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len, 122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, 125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, 128 int (*init)(DSA *dsa); 129 int (*finish)(DSA *dsa); 130 int flags; [all …]
|