Home
last modified time | relevance | path

Searched refs:authorized_key (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c58 static const char *authorized_key = variable
257 s = strlen(authorized_key) + 1; in ssh_ops_is_pubkey_authorized()
264 memcpy(aps, authorized_key, s); in ssh_ops_is_pubkey_authorized()
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c61 static const char *authorized_key = variable
297 s = strlen(authorized_key) + 1; in ssh_ops_is_pubkey_authorized()
304 memcpy(aps, authorized_key, s); in ssh_ops_is_pubkey_authorized()

Completed in 3 milliseconds