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

/freebsd-10.3-release/crypto/openssl/crypto/dh/
H A Ddh_asn1.c68 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, function
84 ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
/freebsd-10.3-release/crypto/openssl/apps/
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
106 BN_GENCB_set(&cb, dh_cb, bio_err);
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function
H A Ddhparam.c147 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
298 BN_GENCB_set(&cb, dh_cb, bio_err);
516 /* dh_cb is identical to dsa_cb in apps/dsaparam.c */
517 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function

Completed in 48 milliseconds