Home
last modified time | relevance | path

Searched defs:openssh_format_cipher (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dauthfile.c68 sshkey_save_private(struct sshkey * key,const char * filename,const char * passphrase,const char * comment,int format,const char * openssh_format_cipher,int openssh_format_rounds) sshkey_save_private() argument
H A Dsshkey.c3269 sshkey_private_to_fileblob(struct sshkey * key,struct sshbuf * blob,const char * passphrase,const char * comment,int format,const char * openssh_format_cipher,int openssh_format_rounds) sshkey_private_to_fileblob() argument
H A Dssh-keygen.c155 static char *openssh_format_cipher = NULL; variable