Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c63 int get_cert = 0; variable
273 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()
/external/webrtc/talk/app/webrtc/test/
Dfakedtlsidentitystore.h157 const char* get_cert() { return kKeysAndCerts[key_index_].cert_pem; } in get_cert() function
168 rtc::SSLIdentity::PemToDer("CERTIFICATE", get_cert(), &cert); in OnMessage()