Searched refs:is_pubkey_authorized (Results 1 – 5 of 5) sorted by relevance
332 int (*is_pubkey_authorized)(const char *username, member
373 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
616 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
154 .is_pubkey_authorized = ssh_ops_is_pubkey_authorized,
1117 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()