Home
last modified time | relevance | path

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

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