Home | History | Annotate | Download | only in internal_api

Lines Matching full:encrypt_everything_

215       encrypt_everything_(false),
306 encrypt_everything_));
626 if (encrypt_everything_)
636 return encrypt_everything_;
670 encrypt_everything_,
888 if (passphrase_type_ == KEYSTORE_PASSPHRASE && encrypt_everything_) {
991 nigori.encrypt_everything() != encrypt_everything_ ||
1047 encrypt_everything_,
1068 } else if (encrypt_everything_) {
1082 if (!encrypt_everything_) {
1083 encrypt_everything_ = true;
1087 OnEncryptedTypesChanged(*encrypted_types, encrypt_everything_));
1273 OnEncryptedTypesChanged(*encrypted_types, encrypt_everything_));
1309 !encrypt_everything_) {
1312 encrypt_everything_) {
1361 bool new_encrypt_everything = encrypt_everything_;
1362 if (encrypt_everything_ && !IsExplicitPassphrase(passphrase_type_)) {
1368 DVLOG_IF(1, !encrypt_everything_) << "Enabling encrypt everything due to "
1373 DCHECK(!encrypt_everything_);
1473 if (new_encrypt_everything && !encrypt_everything_) {
1551 if (encrypt_everything_) {
1555 encrypt_everything_ = true;
1559 OnEncryptedTypesChanged(*encrypted_types, encrypt_everything_));