Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dcipher.h54 char *cipher_alg_list(char, int);
H A Dcipher.c118 cipher_alg_list(char sep, int auth_only) in cipher_alg_list() function
H A Dssh.c730 cp = cipher_alg_list('\n', 0); in main()
732 cp = cipher_alg_list('\n', 1); in main()
H A Dssh_namespace.h164 #define cipher_alg_list Fssh_cipher_alg_list macro
H A Dservconf.c200 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
H A Dreadconf.c2110 all_cipher = cipher_alg_list(',', 0); in fill_default_options()