Searched defs:CFLAG_NONE (Results 1 - 2 of 2) sorted by relevance
/external/openssh/ |
H A D | cipher.c | 72 #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 D | defs.h | 358 CFLAG_NONE = 0, enumerator in enum:__anon17571
|
Completed in 80 milliseconds