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

/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_asn1.c64 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, function
80 ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
/external/openssl/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) = {
/external/openssl/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);
536 /* dh_cb is identical to dsa_cb in apps/dsaparam.c */
537 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) function

Completed in 670 milliseconds