HomeSort by: relevance | last modified time | path
    Searched refs:ciphers_valid (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher.h 56 int ciphers_valid(const char *);
cipher.c 236 ciphers_valid(const char *names) function
ssh.c 989 if (!ciphers_valid(*optarg == '+' || *optarg == '^' ?
readconf.c 1698 !ciphers_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg)){
servconf.c 2078 !ciphers_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg))

Completed in 32 milliseconds