Searched refs:openssh_format_cipher (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | authfile.c | 68 int format, const char *openssh_format_cipher, int openssh_format_rounds) in sshkey_save_private() argument 76 format, openssh_format_cipher, openssh_format_rounds)) != 0) in sshkey_save_private()
|
| H A D | ssh-keygen.c | 161 static char *openssh_format_cipher = NULL; variable 1164 comment, private_key_format, openssh_format_cipher, in do_gen_all_hostkeys() 1504 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in do_change_passphrase() 1630 new_comment, private_key_format, openssh_format_cipher, in do_change_comment() 3257 openssh_format_cipher, rounds)) != 0) { in do_download_sk() 3527 openssh_format_cipher = optarg; in main() 3528 if (cipher_by_name(openssh_format_cipher) == NULL) in main() 3530 openssh_format_cipher); in main() 3963 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in main()
|
| H A D | sshkey.h | 314 int format, const char *openssh_format_cipher, int openssh_format_rounds);
|
| H A D | sshkey.c | 3402 int format, const char *openssh_format_cipher, int openssh_format_rounds) in sshkey_private_to_fileblob() argument 3420 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob() 3429 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob()
|