Searched refs:dsa_cb (Results 1 – 2 of 2) sorted by relevance
/openssl/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) = {
|
/openssl/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
|
Completed in 5 milliseconds