Home
last modified time | relevance | path

Searched refs:get_cert (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-keyscan.c76 int get_cert = 0; variable
248 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
252 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
261 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
265 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
269 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
278 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
283 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
337 if (!get_cert) in keyprint_one()
353 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
[all …]
/freebsd/crypto/openssl/test/
H A Docspapitest.c50 static int get_cert(X509 **cert_out) in get_cert() function
199 if (!TEST_true(get_cert(&issuer))) in test_ocsp_url_svcloc_new()