Searched defs:CFLAG_NONE (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dcipher.c72 #define CFLAG_NONE (1<<3) macro
118 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, CFLAG_NONE, NULL },
328 if ((cc->cipher->flags & CFLAG_NONE) != 0)
406 if ((cc->cipher->flags & CFLAG_NONE) != 0) {
547 if ((cc->cipher->flags & CFLAG_NONE) != 0)
595 if ((cc->cipher->flags & CFLAG_NONE) != 0)
/external/strace/
H A Ddefs.h358 CFLAG_NONE = 0, enumerator in enum:__anon17571

Completed in 80 milliseconds