Searched refs:key_save_private (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | authfile.h | 25 int key_save_private(Key *, const char *, const char *, const char *);
|
/titanic_41/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 791 if (!key_save_private(private, identity_file, passphrase1, comment)) { in do_change_passphrase() 873 if (!key_save_private(private, identity_file, passphrase, new_comment)) { in do_change_comment() 1161 if (!key_save_private(private, identity_file, passphrase1, comment)) { in main()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | authfile.c | 206 key_save_private(Key *key, const char *filename, const char *passphrase, in key_save_private() function
|