Searched defs:dsa_method (Results 1 – 1 of 1) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | dsa.h | 129 struct dsa_method { struct 130 const char *name; 132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 134 int (*dsa_do_verify) (const unsigned char *dgst, int dgst_len, 136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, 142 int (*init) (DSA *dsa); 143 int (*finish) (DSA *dsa); 144 int flags; 145 char *app_data; 147 int (*dsa_paramgen) (DSA *dsa, int bits, [all …]
|
Completed in 3 milliseconds