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

/freebsd-10.0-release/crypto/openssh/
H A Djpake.h73 u_char *h_k_cid_sessid; /* H(k || client_id || session_id) */ member in struct:jpake_ctx
H A Djpake.c86 ret->h_k_cid_sessid = ret->h_k_sid_sessid = NULL;
130 JPAKE_BUF_CLEAR_FREE(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len);
184 JPAKE_DUMP_BUF(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len);
H A Dauth2-jpake.c540 pctx->h_k_cid_sessid = packet_get_string(&pctx->h_k_cid_sessid_len);
550 pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len)) == 1)
H A Dsshconnect2.c1156 &pctx->h_k_cid_sessid, &pctx->h_k_cid_sessid_len);
1165 packet_put_string(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len);

Completed in 167 milliseconds