Home | History | Annotate | Download | only in cros

Lines Matching refs:encryption_

661         encryption_(SECURITY_NONE),
669 bool encrypted() const { return encryption_ != SECURITY_NONE; }
670 ConnectionSecurity encryption() const { return encryption_; }
729 encryption_ = encryption;
744 ConnectionSecurity encryption_;