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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c2259 int rsa_tmp_export, dh_tmp_export, kl; local
2286 dh_tmp_export = (c->dh_tmp_cb != NULL ||
2289 dh_tmp = dh_tmp_export = 0;
2345 if ((dh_tmp_export || dh_rsa_export || dh_dsa_export) &&
2350 if (dh_tmp_export)

Completed in 113 milliseconds