Searched refs:storage_key (Results 1 – 2 of 2) sorted by relevance
163 string storage_key = base::StringPrintf("%s-%d-%d", in CheckCertificateChange() local169 if (!prefs_->GetString(storage_key, &stored_digest)) { in CheckCertificateChange()170 if (!prefs_->SetString(storage_key, digest_string)) { in CheckCertificateChange()172 << storage_key; in CheckCertificateChange()181 if (!prefs_->SetString(storage_key, digest_string)) { in CheckCertificateChange()183 << storage_key; in CheckCertificateChange()
866 storage_key: &KeyDescriptor, in convert_storage_key_to_ephemeral()868 if storage_key.domain != Domain::BLOB { in convert_storage_key_to_ephemeral()874 let key_blob = storage_key in convert_storage_key_to_ephemeral()883 check_key_permission(KeyPerm::convert_storage_key_to_ephemeral(), storage_key, &None) in convert_storage_key_to_ephemeral()1019 storage_key: &KeyDescriptor, in convertStorageKeyToEphemeral()1022 map_or_log_err(self.convert_storage_key_to_ephemeral(storage_key), Ok) in convertStorageKeyToEphemeral()