Searched defs:DSA_METHOD (Results 1 – 2 of 2) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | dsa.h | 65 typedef struct DSA_METHOD DSA_METHOD; typedef 73 struct DSA_METHOD { struct 74 const char *name; 75 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *); 76 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **); 77 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *); 78 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *, 81 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *, 84 int (*init)(DSA *); 85 int (*finish)(DSA *); [all …]
|
/minix3/crypto/external/bsd/openssl/dist/crypto/ |
H A D | ossl_typ.h | 142 typedef struct dsa_method DSA_METHOD; typedef
|