Searched defs:DSA_METHOD (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | dsa.h | 47 #define DSA_METHOD hc_DSA_METHOD macro 67 typedef struct DSA_METHOD DSA_METHOD; typedef 75 struct DSA_METHOD { struct 76 const char *name; 77 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *); 78 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **); 79 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *); 80 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *, 83 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *, 86 int (*init)(DSA *); [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ossl_typ.h | 108 typedef struct dsa_method DSA_METHOD; typedef
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | types.h | 139 typedef struct dsa_method DSA_METHOD; typedef
|