Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h74 int ciphers_valid(const char *);
Dcipher.c267 ciphers_valid(const char *names) in ciphers_valid() function
Dssh.c821 if (ciphers_valid(*optarg == '+' ? in main()
Dservconf.c1439 if (*arg != '-' && !ciphers_valid(*arg == '+' ? arg + 1 : arg)) in process_server_config_line()
Dreadconf.c1197 if (*arg != '-' && !ciphers_valid(*arg == '+' ? arg + 1 : arg)) in process_config_line_depth()