Searched refs:new_format_rounds (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | key.c | 296 int new_format_rounds) 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 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()
|