Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauthfile.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()
H A Dssh-keygen.c164 static char *openssh_format_cipher = NULL; variable
1118 comment, private_key_format, openssh_format_cipher, in do_gen_all_hostkeys()
1457 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in do_change_passphrase()
1573 new_comment, private_key_format, openssh_format_cipher, in do_change_comment()
3066 openssh_format_cipher, rounds)) != 0) { in do_download_sk()
3321 openssh_format_cipher = optarg; in main()
3322 if (cipher_by_name(openssh_format_cipher) == NULL) in main()
3324 openssh_format_cipher); in main()
3736 comment, private_key_format, openssh_format_cipher, rounds)) != 0) { in main()
H A Dsshkey.h264 int format, const char *openssh_format_cipher, int openssh_format_rounds);
H A Dsshkey.c4463 int format, const char *openssh_format_cipher, int openssh_format_rounds) in sshkey_private_to_fileblob() argument
4481 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob()
4490 comment, openssh_format_cipher, openssh_format_rounds); in sshkey_private_to_fileblob()