Searched refs:dh_cb (Results 1 – 3 of 3) sorted by relevance
/minix/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_asn1.c | 68 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 D | gendh.c | 87 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 D | dhparam.c | 147 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
|