Searched refs:sshkey_in_file (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | authfile.h | 49 int sshkey_in_file(struct sshkey *, const char *, int, int);
|
D | authfile.c | 509 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file() function 583 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
|
D | auth2-pubkey.c | 892 if (sshkey_in_file(key->cert->signature_key, in user_cert_trusted_ca()
|