Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDcipher.h74 int ciphers_valid(const char *);
HDcipher.c263 ciphers_valid(const char *names) in ciphers_valid() function
HDssh_namespace.h246 #define ciphers_valid Fssh_ciphers_valid macro
HDssh.c822 if (ciphers_valid(*optarg == '+' ? in main()
HDservconf.c1452 if (*arg != '-' && !ciphers_valid(*arg == '+' ? arg + 1 : arg)) in process_server_config_line()
HDreadconf.c1208 if (*arg != '-' && !ciphers_valid(*arg == '+' ? arg + 1 : arg)) in process_config_line_depth()