Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.h24 Key *key_load_private(const char *, const char *, char **);
Dssh-keygen.c242 prv = key_load_private(filename, "", NULL); in load_identity()
249 prv = key_load_private(filename, pass, NULL); in load_identity()
1192 private = key_load_private(identity_file, "", &comment); in do_change_passphrase()
1200 private = key_load_private(identity_file, old_passphrase, in do_change_passphrase()
1306 private = key_load_private(identity_file, "", &comment); in do_change_comment()
1316 private = key_load_private(identity_file, passphrase, &comment); in do_change_comment()
Dauthfile.c721 key_load_private(const char *filename, const char *passphrase, in key_load_private() function
Dsshd.c1591 key = key_load_private(options.host_key_files[i], "", NULL);