Searched refs:dsa_cb (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_asn1.c165 dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) function
185 .asn1_cb = dsa_cb,
264 .asn1_cb = dsa_cb,
350 .asn1_cb = dsa_cb,
/openbsd-current/usr.bin/openssl/
H A Ddsaparam.c159 static int dsa_cb(int p, int n, BN_GENCB *cb);
226 BN_GENCB_set(cb, dsa_cb, bio_err);
358 dsa_cb(int p, int n, BN_GENCB *cb) function
/openbsd-current/regress/lib/libcrypto/dsa/
H A Ddsatest.c73 static int dsa_cb(int p, int n, BN_GENCB *arg);
136 BN_GENCB_set(cb, dsa_cb, bio_err);
206 dsa_cb(int p, int n, BN_GENCB *arg) function

Completed in 81 milliseconds