Home
last modified time | relevance | path

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

/external/openssl/crypto/dh/
Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() function
82 ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
/external/openssl/apps/
Dgendh.c85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
104 BN_GENCB_set(&cb, dh_cb, bio_err); in MAIN()
220 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) in dh_cb() function
Ddhparam.c146 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
296 BN_GENCB_set(&cb, dh_cb, bio_err); in MAIN()
538 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) in dh_cb() function