Home
last modified time | relevance | path

Searched refs:h_k_cid_sessid (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Djpake.c86 ret->h_k_cid_sessid = ret->h_k_sid_sessid = NULL; in jpake_new()
130 JPAKE_BUF_CLEAR_FREE(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len); in jpake_free()
184 JPAKE_DUMP_BUF(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len); in jpake_dump()
Djpake.h73 u_char *h_k_cid_sessid; /* H(k || client_id || session_id) */ member
Dauth2-jpake.c540 pctx->h_k_cid_sessid = packet_get_string(&pctx->h_k_cid_sessid_len); in input_userauth_jpake_client_confirm()
550 pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len)) == 1) in input_userauth_jpake_client_confirm()
Dsshconnect2.c1124 &pctx->h_k_cid_sessid, &pctx->h_k_cid_sessid_len); in input_userauth_jpake_server_step2()
1133 packet_put_string(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len); in input_userauth_jpake_server_step2()