Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c134 l = lws_g32(&p); /* ciphername */ in ed25519_key_parse()
139 l = lws_g32(&p); /* kdfname */ in ed25519_key_parse()
144 l = lws_g32(&p); /* kdfoptions */ in ed25519_key_parse()
148 l = lws_g32(&p); /* number of keys */ in ed25519_key_parse()
152 publ = lws_g32(&p); /* length of pubkey block */ in ed25519_key_parse()
156 l = lws_g32(&p); /* key type length */ in ed25519_key_parse()
165 l = lws_g32(&p); /* pub key length */ in ed25519_key_parse()
171 publ = lws_g32(&p); /* length of private key block */ in ed25519_key_parse()
175 l = lws_g32(&p); /* checkint 1 */ in ed25519_key_parse()
176 if (lws_g32(&p) != l) /* must match checkint 2 */ in ed25519_key_parse()
[all …]
Dsshd.c42 lws_g32(uint8_t **p) in lws_g32() function
1236 m = lws_g32(&pp); in lws_ssh_parse_plaintext()
1238 m = lws_g32(&pp); in lws_ssh_parse_plaintext()
1242 m = lws_g32(&pp); in lws_ssh_parse_plaintext()
1256 m = lws_g32(&pp); in lws_ssh_parse_plaintext()
1258 m = lws_g32(&pp); in lws_ssh_parse_plaintext()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h560 lws_g32(uint8_t **p);