Searched refs:dh_cb (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, function
82 ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dgendh.c85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
104 BN_GENCB_set(&cb, dh_cb, bio_err);
220 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function
H A Ddhparam.c146 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
296 BN_GENCB_set(&cb, dh_cb, bio_err);
537 /* dh_cb is identical to dsa_cb in apps/dsaparam.c */
538 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function

Completed in 43 milliseconds