Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c416 if (_genhash_update_len(&ctx, pss->V_C, strlen(pss->V_C))) in kex_ecdh()
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/
Dlws-ssh.h503 char V_C[64]; /* Client version String */ member