Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-jpake.c428 u_int x1_proof_len, x2_proof_len, x4_s_proof_len; in input_userauth_jpake_client_step1() local
454 &x4_s_proof, &x4_s_proof_len)); in input_userauth_jpake_client_step1()
467 packet_put_string(x4_s_proof, x4_s_proof_len); in input_userauth_jpake_client_step1()
471 bzero(x4_s_proof, x4_s_proof_len); in input_userauth_jpake_client_step1()
Dsshconnect2.c1101 u_int x4_s_proof_len; in input_userauth_jpake_server_step2() local
1111 x4_s_proof = packet_get_string(&x4_s_proof_len); in input_userauth_jpake_server_step2()
1122 x4_s_proof, x4_s_proof_len, in input_userauth_jpake_server_step2()
1126 bzero(x4_s_proof, x4_s_proof_len); in input_userauth_jpake_server_step2()
Dmonitor.c2194 u_int x1_proof_len, x2_proof_len, x4_s_proof_len; in mm_answer_jpake_step2() local
2215 &x4_s_proof, &x4_s_proof_len); in mm_answer_jpake_step2()
2227 buffer_put_string(m, x4_s_proof, x4_s_proof_len); in mm_answer_jpake_step2()
2232 bzero(x4_s_proof, x4_s_proof_len); in mm_answer_jpake_step2()