Home
last modified time | relevance | path

Searched refs:h_k_sid_sessid (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Djpake.c86 ret->h_k_cid_sessid = ret->h_k_sid_sessid = NULL; in jpake_new()
131 JPAKE_BUF_CLEAR_FREE(pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len); in jpake_free()
185 JPAKE_DUMP_BUF(pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len); in jpake_dump()
Djpake.h77 u_char *h_k_sid_sessid; /* H(k || server_id || session_id) */ member
Dauth2-jpake.c510 &pctx->h_k_sid_sessid, &pctx->h_k_sid_sessid_len)); in input_userauth_jpake_client_step2()
520 packet_put_string(pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len); in input_userauth_jpake_client_step2()
Dsshconnect2.c1151 pctx->h_k_sid_sessid = packet_get_string(&pctx->h_k_sid_sessid_len); in input_userauth_jpake_server_confirm()
1160 pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len) == 1) in input_userauth_jpake_server_confirm()
Dmonitor.c2262 &pctx->h_k_sid_sessid, &pctx->h_k_sid_sessid_len); in mm_answer_jpake_key_confirm()
2270 buffer_put_string(m, pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len); in mm_answer_jpake_key_confirm()