Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h120 #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2 62 macro
Dauth2-jpake.c112 dispatch_set(SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2, NULL); in auth2_jpake_stop()
475 dispatch_set(SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2, in input_userauth_jpake_client_step1()
489 dispatch_set(SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2, NULL); in input_userauth_jpake_client_step2()
Dsshconnect2.c1081 packet_start(SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2); in input_userauth_jpake_server_step1()