Searched refs:force_new_format (Results 1 – 4 of 4) 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 | sshkey.c | 3574 int force_new_format, const char *new_format_cipher, int new_format_rounds) in sshkey_private_to_fileblob() argument 3586 if (force_new_format) { in sshkey_private_to_fileblob()
|