Searched refs:dsa_cb (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/dsa/ |
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) = {
|
/third_party/openssl/test/ |
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
|
/third_party/openssl/apps/ |
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
|