HomeSort by relevance Sort by last modified time
    Searched refs:sshkey_ssh_name (Results 1 - 13 of 13) sorted by null

  /external/openssh/
key.h 44 #define key_ssh_name sshkey_ssh_name
auth2-hostbased.c 111 if (match_pattern_list(sshkey_ssh_name(key),
sshkey.h 157 const char *sshkey_ssh_name(const struct sshkey *);
clientloop.c     [all...]
auth2-pubkey.c 130 if (match_pattern_list(sshkey_ssh_name(key), options.pubkey_key_types,
133 __func__, sshkey_ssh_name(key));
sshconnect2.c     [all...]
monitor.c 1222 match_pattern_list(sshkey_ssh_name(key),
1233 match_pattern_list(sshkey_ssh_name(key),
    [all...]
sshd.c 941 sshkey_ssh_name(key), fp);
    [all...]
hostfile.c 593 sshkey_ssh_name(keys[i]), fp);
sshconnect.c     [all...]
sshkey.c 159 sshkey_ssh_name(const struct sshkey *k) function
    [all...]
krl.c 769 sshkey_ssh_name(sign_keys[i])));
    [all...]
ssh-keygen.c     [all...]

Completed in 72 milliseconds