Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c70 int get_cert = 0; variable
235 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
239 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
248 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
252 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
256 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
265 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
270 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
323 if (!get_cert) in keyprint_one()
338 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
[all …]
/external/webrtc/pc/test/
Dfake_rtc_certificate_generator.h200 const std::string& get_cert(const rtc::KeyType& key_type) const { in get_cert() function