Searched refs:dsa_cb (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/dsa/ |
D | dsa_asn1.c | 90 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb() function 110 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = { 121 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = { 139 ASN1_CHOICE_cb(DSAPublicKey, dsa_cb) = {
|
D | dsa_test.c | 69 static int dsa_cb(int p, int n, BN_GENCB *arg); 118 BN_GENCB_set(&cb, dsa_cb, bio_out); in main() 188 static int dsa_cb(int p, int n, BN_GENCB *arg) { in dsa_cb() function
|
/external/openssl/crypto/dsa/ |
D | dsa_asn1.c | 94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 109 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = { 120 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = { 141 ASN1_CHOICE_cb(DSAPublicKey, dsa_cb) = {
|
D | dsatest.c | 94 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg); 159 BN_GENCB_set(&cb, dsa_cb, bio_err); in main() 240 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() function
|
/external/openssl/apps/ |
D | dsaparam.c | 108 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb); 292 BN_GENCB_set(&cb, dsa_cb, bio_err); in MAIN() 461 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) in dsa_cb() function
|