Home
last modified time | relevance | path

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

/external/openssh/
Dssh-agent.c216 confirm_key(Identity *id) in confirm_key() function
329 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) { in process_authentication_challenge1()
414 if (id->confirm && confirm_key(id) != 0) { in process_sign_request2()