Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dssh-keyscan.c76 int get_cert = 0; variable
244 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
248 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
257 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()
274 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
279 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
334 if (!get_cert) in keyprint_one()
350 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
[all …]
/src/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()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1311 get_cert(char *filename, X509 **retcert) in get_cert() function
4228 retval = get_cert(certname, &x); in pkinit_load_fs_cert_and_key()