Home | History | Annotate | Download | only in sync

Lines Matching refs:EXPLICIT

1874       "Data is already encrypted using an explicit passphrase";
1875 DCHECK(!(type == EXPLICIT &&
1877 "Can not set explicit passphrase when decryption is needed.";
1879 DVLOG(1) << "Setting " << (type == EXPLICIT ? "explicit" : "implicit")
1884 // change (e.g. explicit -> explicit or explicit -> implicit), we know this
1890 backend_->SetEncryptionPassphrase(passphrase, type == EXPLICIT);