Home
last modified time | relevance | path

Searched refs:is_pubkey_authorized (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/plugins/ssh-base/include/
Dlws-plugin-ssh.h332 int (*is_pubkey_authorized)(const char *username, member
/external/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c373 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
/external/libwebsockets/test-apps/
Dtest-sshd.c616 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md154 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
/external/libwebsockets/plugins/ssh-base/
Dsshd.c1117 if (pss->vhd->ops && pss->vhd->ops->is_pubkey_authorized) in lws_ssh_parse_plaintext()
1118 n = pss->vhd->ops->is_pubkey_authorized( in lws_ssh_parse_plaintext()