Home
last modified time | relevance | path

Searched refs:key_prefix (Results 1 – 4 of 4) sorted by relevance

/system/tpm/attestation/server/
Dpkcs11_key_store.h60 const std::string& key_prefix) override;
101 const std::string& key_prefix,
Dkey_store.h55 const std::string& key_prefix) = 0;
Dmock_key_store.h43 const std::string& key_prefix));
Dpkcs11_key_store.cc215 const std::string& key_prefix) { in DeleteByPrefix() argument
230 key_prefix); in DeleteByPrefix()
602 const std::string& key_prefix, in DeleteIfMatchesPrefix() argument
605 if (base::StartsWith(key_name, key_prefix, base::CompareCase::SENSITIVE)) { in DeleteIfMatchesPrefix()