Home
last modified time | relevance | path

Searched refs:V_C (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c396 * string V_C, the client's identification string (CR and LF in kex_ecdh()
416 if (_genhash_update_len(&ctx, pss->V_C, strlen(pss->V_C))) in kex_ecdh()
H A Dsshd.c554 pss->V_C[pss->npos] = '\0'; in lws_ssh_parse_plaintext()
556 lwsl_info("peer id: %s\n", pss->V_C); in lws_ssh_parse_plaintext()
561 if (pss->npos < sizeof(pss->V_C) - 1) in lws_ssh_parse_plaintext()
562 pss->V_C[pss->npos++] = (char)*p; in lws_ssh_parse_plaintext()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h503 char V_C[64]; /* Client version String */ member

Completed in 5 milliseconds