Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keyscan.c72 int get_cert = 0; variable
240 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
249 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
253 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
262 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
267 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
272 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
327 if (!get_cert) in keyprint_one()
343 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
687 get_cert = 1; in main()
/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()
/freebsd/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()