Home
last modified time | relevance | path

Searched refs:hardware_enforced_characteristics (Results 1 – 6 of 6) sorted by relevance

/system/security/keystore/
Dkeystore_client_impl.cpp206 int32_t flags, AuthorizationSet* hardware_enforced_characteristics, in generateKey() argument
226 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in generateKey()
233 AuthorizationSet* hardware_enforced_characteristics, in getKeyCharacteristics() argument
252 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in getKeyCharacteristics()
260 AuthorizationSet* hardware_enforced_characteristics, in importKey() argument
281 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in importKey()
482 AuthorizationSet hardware_enforced_characteristics; in createOrVerifyEncryptionKey() local
485 generateKey(key_name, key_parameters, flags, &hardware_enforced_characteristics, in createOrVerifyEncryptionKey()
491 if (hardware_enforced_characteristics.size() == 0) { in createOrVerifyEncryptionKey()
521 AuthorizationSet hardware_enforced_characteristics; in createOrVerifyAuthenticationKey() local
[all …]
Dkeystore_cli_v2.cpp93 void PrintKeyCharacteristics(const AuthorizationSet& hardware_enforced_characteristics, in PrintKeyCharacteristics() argument
96 PrintTags(hardware_enforced_characteristics); in PrintKeyCharacteristics()
103 AuthorizationSet hardware_enforced_characteristics; in TestKey() local
106 keystore->generateKey("tmp", parameters, 0 /*flags*/, &hardware_enforced_characteristics, in TestKey()
122 PrintKeyCharacteristics(hardware_enforced_characteristics, software_enforced_characteristics); in TestKey()
123 bool hardware_backed = (hardware_enforced_characteristics.size() > 0); in TestKey()
309 AuthorizationSet hardware_enforced_characteristics; in GenerateKey() local
311 auto result = keystore->generateKey(name, params, flags, &hardware_enforced_characteristics, in GenerateKey()
315 PrintKeyCharacteristics(hardware_enforced_characteristics, in GenerateKey()
323 AuthorizationSet hardware_enforced_characteristics; in GetCharacteristics() local
[all …]
/system/security/keystore/include/keystore/
Dkeystore_client_mock.h47 keymaster::AuthorizationSet* hardware_enforced_characteristics,
51 keymaster::AuthorizationSet* hardware_enforced_characteristics,
57 keymaster::AuthorizationSet* hardware_enforced_characteristics,
Dkeystore_client.h98 int32_t flags, keystore::AuthorizationSet* hardware_enforced_characteristics,
106 keystore::AuthorizationSet* hardware_enforced_characteristics,
117 keystore::AuthorizationSet* hardware_enforced_characteristics,
Dkeystore_client_impl.h51 int32_t flags, keystore::AuthorizationSet* hardware_enforced_characteristics,
55 keystore::AuthorizationSet* hardware_enforced_characteristics,
60 keystore::AuthorizationSet* hardware_enforced_characteristics,
/system/bt/btif/src/
Dbtif_keystore.cc94 AuthorizationSet hardware_enforced_characteristics; in GenerateKey() local
97 &hardware_enforced_characteristics, in GenerateKey()