Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_asn1.c68 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() function
84 ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
/minix/crypto/external/bsd/openssl/dist/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); in MAIN()
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) in dh_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); in MAIN()
517 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) in dh_cb() function