Searched refs:new_format_cipher (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | key.c | 295 const char *comment, int force_new_format, const char *new_format_cipher, in key_save_private() argument 301 force_new_format, new_format_cipher, new_format_rounds)) != 0) { in key_save_private()
|
D | authfile.c | 78 int force_new_format, const char *new_format_cipher, int new_format_rounds) in sshkey_save_private() argument 86 force_new_format, new_format_cipher, new_format_rounds)) != 0) in sshkey_save_private()
|
D | sshkey.h | 187 int force_new_format, const char *new_format_cipher, int new_format_rounds);
|
D | ssh-keygen.c | 164 char *new_format_cipher = NULL; variable 999 comment, use_new_format, new_format_cipher, rounds)) != 0) { in do_gen_all_hostkeys() 1309 comment, use_new_format, new_format_cipher, rounds)) != 0) { in do_change_passphrase() 1424 new_comment, use_new_format, new_format_cipher, rounds)) != 0) { in do_change_comment() 2376 new_format_cipher = optarg; in main() 2699 comment, use_new_format, new_format_cipher, rounds)) != 0) { in main()
|
D | sshkey.c | 3574 int force_new_format, const char *new_format_cipher, int new_format_rounds) in sshkey_private_to_fileblob() argument 3588 comment, new_format_cipher, new_format_rounds); in sshkey_private_to_fileblob() 3595 comment, new_format_cipher, new_format_rounds); in sshkey_private_to_fileblob()
|