Home
last modified time | relevance | path

Searched refs:key_load_private (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c148 private = key_load_private(filename, "", &comment); in add_file()
153 private = key_load_private(filename, pass, NULL); in add_file()
166 private = key_load_private(filename, pass, &comment); in add_file()
/titanic_44/usr/src/cmd/ssh/include/
H A Dauthfile.h28 Key *key_load_private(const char *, const char *, char **);
/titanic_44/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c137 prv = key_load_private(filename, "", NULL); in load_identity()
144 prv = key_load_private(filename, pass, NULL); in load_identity()
745 private = key_load_private(identity_file, "", &comment); in do_change_passphrase()
753 private = key_load_private(identity_file, old_passphrase, in do_change_passphrase()
829 private = key_load_private(identity_file, "", &comment); in do_change_comment()
840 private = key_load_private(identity_file, passphrase, &comment); in do_change_comment()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c539 key_load_private(const char *filename, const char *passphrase, in key_load_private() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshd.c1042 key = key_load_private(options.host_key_files[i], "", NULL); in main()