Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb() function
41 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
52 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
60 ASN1_SEQUENCE_cb(DSAPublicKey, dsa_cb) = {
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A 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) = {
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A 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
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddsatest.c33 static int dsa_cb(int p, int n, BN_GENCB *arg);
85 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
124 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() function