Searched refs:dh_cb (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/dh/ |
D | dh_asn1.c | 67 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/ |
D | gendh.c | 85 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
|
D | dhparam.c | 146 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
|