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;
100 const std::string& key_prefix,
Dkey_store.h55 const std::string& key_prefix) = 0;
Dmock_key_store.h46 const std::string& key_prefix));
Dpkcs11_key_store.cc195 const std::string& key_prefix) { in DeleteByPrefix() argument
208 session.handle(), key_prefix); in DeleteByPrefix()
548 const std::string& key_prefix, in DeleteIfMatchesPrefix() argument
551 if (base::StartsWith(key_name, key_prefix, base::CompareCase::SENSITIVE)) { in DeleteIfMatchesPrefix()