Searched refs:ed25519_key_parse (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 120 ed25519_key_parse(uint8_t *p, size_t len, char *type, size_t type_len, in ed25519_key_parse() function 328 r = ed25519_key_parse(servkey, (unsigned int)r, keyt, sizeof(keyt), in kex_ecdh()
|
D | sshd.c | 158 n = ed25519_key_parse(keybuf, (unsigned int)keylen, in offer() 315 if (ed25519_key_parse(keybuf, (unsigned int)len, in handle_name()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-ssh.h | 562 ed25519_key_parse(uint8_t *p, size_t len, char *type, size_t type_len,
|