Searched refs:dh_tmp_cb (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_cert.c242 ret->dh_tmp_cb = cert->dh_tmp_cb;
H A Dd1_srvr.c827 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
828 dhp=s->cert->dh_tmp_cb(s,
H A Ds3_lib.c1861 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
2039 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
H A Ds3_srvr.c1206 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
1207 dhp=s->cert->dh_tmp_cb(s,
H A Dssl_locl.h424 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); member in struct:cert_st
H A Dssl_lib.c1583 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
1584 dh_tmp_export=(c->dh_tmp_cb != NULL ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c275 ret->dh_tmp_cb = cert->dh_tmp_cb;
H A Ds3_lib.c3681 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
3994 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
H A Ds3_srvr.c1665 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
1666 dhp = s->cert->dh_tmp_cb(s,
H A Dssl_locl.h619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize); member in struct:cert_st
H A Dssl_lib.c2270 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2271 dh_tmp_export = (c->dh_tmp_cb != NULL ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c275 ret->dh_tmp_cb = cert->dh_tmp_cb;
H A Ds3_lib.c3681 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
3994 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
H A Ds3_srvr.c1665 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL))
1666 dhp = s->cert->dh_tmp_cb(s,
H A Dssl_locl.h619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize); member in struct:cert_st
H A Dssl_lib.c2270 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2271 dh_tmp_export = (c->dh_tmp_cb != NULL ||

Completed in 106 milliseconds