Home
last modified time | relevance | path

Searched refs:sshkey_read (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dauthfile.c316 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public()
526 if ((r = sshkey_read(pub, &cp)) != 0) in sshkey_in_file()
Dsshkey.h131 int sshkey_read(struct sshkey *, char **);
Dkey.c45 return sshkey_read(ret, cpp) == 0 ? 1 : -1; in key_read()
Dssh-keygen.c909 if ((r = sshkey_read(public, &cp)) != 0) { in do_fingerprint()
914 if ((r = sshkey_read(public, &cp)) != 0) { in do_fingerprint()
2089 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
Dhostfile.c173 if ((r = sshkey_read(ret, &cp)) != 0) in hostfile_read_key()
Dsshkey.c1255 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function