Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDauthfile.c70 int format, const char *openssh_format_cipher, int openssh_format_rounds) in sshkey_save_private() argument
78 format, openssh_format_cipher, openssh_format_rounds)) != 0) in sshkey_save_private()
HDssh-keygen.c161 static char *openssh_format_cipher = NULL; variable
1136 comment, private_key_format, openssh_format_cipher, in do_gen_all_hostkeys()
1476 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in do_change_passphrase()
1602 new_comment, private_key_format, openssh_format_cipher, in do_change_comment()
3220 openssh_format_cipher, rounds)) != 0) { in do_download_sk()
3490 openssh_format_cipher = optarg; in main()
3491 if (cipher_by_name(openssh_format_cipher) == NULL) in main()
3493 openssh_format_cipher); in main()
3926 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in main()
HDsshkey.h303 int format, const char *openssh_format_cipher, int openssh_format_rounds);
HDsshkey.c3304 int format, const char *openssh_format_cipher, int openssh_format_rounds) in sshkey_private_to_fileblob() argument
3322 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob()
3331 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob()