Home | History | Annotate | Download | only in cros

Lines Matching defs:SECURITY_NONE

44   SECURITY_NONE    = 1,
661 encryption_(SECURITY_NONE),
669 bool encrypted() const { return encryption_ != SECURITY_NONE; }