Home
last modified time | relevance | path

Searched refs:verifyEncryptionKeyAttributes (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_client_impl.h109 bool verifyEncryptionKeyAttributes(const std::string& key_name, bool* verified);
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp145 bool verifyEncryptionKeyAttributes(const std::vector<ks2::Authorization> authorizations) { in verifyEncryptionKeyAttributes() function
271 if (!verifyEncryptionKeyAttributes(keyEntryResponse.metadata.authorizations)) { in loadOrCreateAndVerifyEncryptionKey()