Searched refs:sshkey_load_public (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | authfile.h | 40 int sshkey_load_public(const char *, struct sshkey **, char **);
|
D | ssh-add.c | 113 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) { in delete_file() 131 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) { in delete_file() 289 if ((r = sshkey_load_public(certpath, &cert, NULL)) != 0) { in add_file()
|
D | ssh-keygen.c | 392 if ((r = sshkey_load_public(identity_file, &k, NULL)) != 0) in do_convert_to() 845 if ((r = sshkey_load_public(identity_file, &public, &comment)) != 0) in do_fingerprint() 1347 if ((r = sshkey_load_public(fname, &public, &comment)) != 0) { in do_print_resource_record() 1564 if ((r = sshkey_load_public(path, &public, NULL)) != 0) in load_pkcs11_key() 1642 if ((r = sshkey_load_public(tmp, &public, &comment)) != 0) in do_ca_sign() 1910 if ((r = sshkey_load_public(identity_file, &key, NULL)) != 0) in do_show_cert() 2133 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_gen_krl() 2181 if ((r = sshkey_load_public(argv[i], &k, &comment)) != 0) in do_check_krl()
|
D | key.c | 347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) { in key_load_public()
|
D | authfile.c | 335 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
|
D | ChangeLog | 428 add an XXX to remind me to improve sshkey_load_public
|