Searched refs:dsa_cb (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa_asn1.c | 25 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 D | dsa_asn1.c | 61 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 D | dsatest.c | 25 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 D | dsaparam.c | 24 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 D | dsatest.c | 33 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
|