Searched refs:JPAKE_DEBUG_CTX (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | auth2-jpake.c | 391 JPAKE_DEBUG_CTX((pctx, "step 1 sending in %s", __func__)); in auth2_jpake_start() 445 JPAKE_DEBUG_CTX((pctx, "step 1 received in %s", __func__)); in input_userauth_jpake_client_step1() 462 JPAKE_DEBUG_CTX((pctx, "step 2 sending in %s", __func__)); in input_userauth_jpake_client_step1() 500 JPAKE_DEBUG_CTX((pctx, "step 2 received in %s", __func__)); in input_userauth_jpake_client_step2() 516 JPAKE_DEBUG_CTX((pctx, "confirm sending in %s", __func__)); in input_userauth_jpake_client_step2() 544 JPAKE_DEBUG_CTX((pctx, "confirm received in %s", __func__)); in input_userauth_jpake_client_confirm()
|
D | jpake.h | 29 # define JPAKE_DEBUG_CTX(a) macro 33 # define JPAKE_DEBUG_CTX(a) jpake_dump a macro
|
D | sshconnect2.c | 1053 JPAKE_DEBUG_CTX((pctx, "step 1 received in %s", __func__)); in input_userauth_jpake_server_step1() 1078 JPAKE_DEBUG_CTX((pctx, "step 2 sending in %s", __func__)); in input_userauth_jpake_server_step1() 1114 JPAKE_DEBUG_CTX((pctx, "step 2 received in %s", __func__)); in input_userauth_jpake_server_step2() 1129 JPAKE_DEBUG_CTX((pctx, "confirm sending in %s", __func__)); in input_userauth_jpake_server_step2() 1154 JPAKE_DEBUG_CTX((pctx, "confirm received in %s", __func__)); in input_userauth_jpake_server_confirm() 1780 JPAKE_DEBUG_CTX((pctx, "step 1 sending in %s", __func__)); in userauth_jpake()
|
D | monitor.c | 2136 JPAKE_DEBUG_CTX((pctx, "step1 done in %s", __func__)); in mm_answer_jpake_step1() 2217 JPAKE_DEBUG_CTX((pctx, "step2 done in %s", __func__)); in mm_answer_jpake_step2() 2264 JPAKE_DEBUG_CTX((pctx, "key_confirm done in %s", __func__)); in mm_answer_jpake_key_confirm() 2298 JPAKE_DEBUG_CTX((pctx, "check_confirm done in %s", __func__)); in mm_answer_jpake_check_confirm()
|