HomeSort by relevance Sort by last modified time
    Searched refs:dsa_cb (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/dsa/
dsa_asn1.c 93 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
108 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
119 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
140 ASN1_CHOICE_cb(DSAPublicKey, dsa_cb) = {
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);
240 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg) function
  /external/openssl/apps/
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);
454 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) function

Completed in 62 milliseconds