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

/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_asn1.c94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
110 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
121 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
142 ASN1_CHOICE_cb(DSAPublicKey, dsa_cb) = {
H A Ddsatest.c96 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
164 BN_GENCB_set(&cb, dsa_cb, bio_err);
242 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg) function
/freebsd-11-stable/crypto/openssl/apps/
H A Ddsaparam.c111 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
276 BN_GENCB_set(&cb, dsa_cb, bio_err);
441 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) function

Completed in 76 milliseconds