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

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddh-ltm.c88 int have_private_key = (dh->priv_key != NULL); local
96 if (!have_private_key) {
133 if (have_private_key)
138 if (!have_private_key && dh->priv_key) {
H A Ddh-tfm.c88 int have_private_key = (dh->priv_key != NULL); local
96 if (!have_private_key) {
135 if (have_private_key)
140 if (!have_private_key && dh->priv_key) {
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-dh-cc.c325 int have_private_key = (dh->priv_key != NULL); local
336 if (!have_private_key) {
379 if (have_private_key) {
385 if (!have_private_key && dh->priv_key) {

Completed in 120 milliseconds