Searched refs:get_cert (Results 1 – 2 of 2) sorted by relevance
63 int get_cert = 0; variable273 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()277 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()281 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()285 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()334 if (!get_cert) in keyprint_one()349 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()721 get_cert = 1; in main()
157 const char* get_cert() { return kKeysAndCerts[key_index_].cert_pem; } in get_cert() function168 rtc::SSLIdentity::PemToDer("CERTIFICATE", get_cert(), &cert); in OnMessage()