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.c551 pss->V_C[pss->npos] = '\0'; in lws_ssh_parse_plaintext()
553 lwsl_info("peer id: %s\n", pss->V_C); in lws_ssh_parse_plaintext()
558 if (pss->npos < sizeof(pss->V_C) - 1) in lws_ssh_parse_plaintext()
559 pss->V_C[pss->npos++] = *p; in lws_ssh_parse_plaintext()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h494 char V_C[64]; /* Client version String */ member