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

/freebsd-11-stable/crypto/openssl/apps/
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
104 BN_GENCB_set(&cb, dh_cb, bio_err);
219 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);
295 BN_GENCB_set(&cb, dh_cb, bio_err);
529 /* dh_cb is identical to dsa_cb in apps/dsaparam.c */
530 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function
/freebsd-11-stable/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) = {

Completed in 142 milliseconds