Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h119 #define SSH2_MSG_USERAUTH_PK_OK 60 macro
Dauth2-pubkey.c202 packet_start(SSH2_MSG_USERAUTH_PK_OK); in userauth_pubkey()
Dsshconnect2.c1213 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test()