Home
last modified time | relevance | path

Searched full:authorized_key (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/plugins/
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()
/external/cldr/tools/scripts/ansible/
Dserver-playbook.yml25 authorized_key:
/external/libwebsockets/test-apps/
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()