Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor_wrap.c429 int pubkey_auth_attempt, struct sshauthopt **authoptp) in mm_user_key_allowed() argument
432 pubkey_auth_attempt, authoptp)); in mm_user_key_allowed()
444 struct sshkey *key, int pubkey_auth_attempt, struct sshauthopt **authoptp) in mm_key_allowed() argument
461 (r = sshbuf_put_u32(m, pubkey_auth_attempt)) != 0) in mm_key_allowed()
Dmonitor.c1162 u_int pubkey_auth_attempt; in mm_answer_keyallowed() local
1172 (r = sshbuf_get_u32(m, &pubkey_auth_attempt)) != 0) in mm_answer_keyallowed()
1194 pubkey_auth_attempt, &opts); in mm_answer_keyallowed()
1218 auth_method, pubkey_auth_attempt ? "" : " test", in mm_answer_keyallowed()