Home
last modified time | relevance | path

Searched refs:cipher_alg_list (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dcipher.h56 char *cipher_alg_list(char, int);
H A Dcipher.c119 cipher_alg_list(char sep, int auth_only) in cipher_alg_list() function
H A Dssh.c770 cp = cipher_alg_list('\n', 0); in main()
772 cp = cipher_alg_list('\n', 1); in main()
H A Dssh_namespace.h189 #define cipher_alg_list Fssh_cipher_alg_list macro
H A Dservconf.c217 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
H A Dreadconf.c2664 all_cipher = cipher_alg_list(',', 0); in fill_default_options()