Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dsa/
Ddsa_asn1.c61 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb() function
77 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
88 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
96 ASN1_SEQUENCE_cb(DSAPublicKey, dsa_cb) = {
/third_party/openssl/test/
Ddsatest.c25 static int dsa_cb(int p, int n, BN_GENCB *arg);
80 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
118 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() function
/third_party/openssl/apps/
Ddsaparam.c24 static int dsa_cb(int p, int n, BN_GENCB *cb);
138 BN_GENCB_set(cb, dsa_cb, bio_err); in dsaparam_main()
245 static int dsa_cb(int p, int n, BN_GENCB *cb) in dsa_cb() function