Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.h55 int ciphers_valid(const char *);
H A Dcipher.c214 ciphers_valid(const char *names) in ciphers_valid() function
H A Dssh_namespace.h215 #define ciphers_valid Fssh_ciphers_valid macro
H A Dssh.c983 if (!ciphers_valid(*optarg == '+' || *optarg == '^' ? in main()
H A Dservconf.c1917 !ciphers_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg)) in process_server_config_line_depth()
H A Dreadconf.c1555 !ciphers_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg)){ in process_config_line_depth()