Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.h40 int sshkey_load_public(const char *, struct sshkey **, char **);
Dssh-add.c113 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()
Dssh-keygen.c392 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()
Dkey.c347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) { in key_load_public()
Dauthfile.c335 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
DChangeLog428 add an XXX to remind me to improve sshkey_load_public