HomeSort by relevance Sort by last modified time
    Searched refs:hardware_enforced_characteristics (Results 1 - 5 of 5) sorted by null

  /system/security/keystore/
keystore_client_impl.cpp 191 int32_t flags, AuthorizationSet* hardware_enforced_characteristics,
204 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters();
211 AuthorizationSet* hardware_enforced_characteristics,
223 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters();
231 AuthorizationSet* hardware_enforced_characteristics,
243 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters();
412 AuthorizationSet hardware_enforced_characteristics; local
415 generateKey(key_name, key_parameters, flags, &hardware_enforced_characteristics,
421 if (hardware_enforced_characteristics.size() == 0) {
451 AuthorizationSet hardware_enforced_characteristics; local
469 AuthorizationSet hardware_enforced_characteristics; local
510 AuthorizationSet hardware_enforced_characteristics; local
    [all...]
keystore_cli_v2.cpp 90 void PrintKeyCharacteristics(const AuthorizationSet& hardware_enforced_characteristics,
93 PrintTags(hardware_enforced_characteristics);
100 AuthorizationSet hardware_enforced_characteristics; local
103 keystore->generateKey("tmp", parameters, 0 /*flags*/, &hardware_enforced_characteristics,
119 PrintKeyCharacteristics(hardware_enforced_characteristics, software_enforced_characteristics);
120 bool hardware_backed = (hardware_enforced_characteristics.size() > 0);
299 AuthorizationSet hardware_enforced_characteristics; local
301 auto result = keystore->generateKey(name, params, flags, &hardware_enforced_characteristics,
305 PrintKeyCharacteristics(hardware_enforced_characteristics,
313 AuthorizationSet hardware_enforced_characteristics; local
    [all...]
  /system/security/keystore/include/keystore/
keystore_client.h 98 int32_t flags, keystore::AuthorizationSet* hardware_enforced_characteristics,
106 keystore::AuthorizationSet* hardware_enforced_characteristics,
117 keystore::AuthorizationSet* hardware_enforced_characteristics,
keystore_client_mock.h 47 keymaster::AuthorizationSet* hardware_enforced_characteristics,
51 keymaster::AuthorizationSet* hardware_enforced_characteristics,
57 keymaster::AuthorizationSet* hardware_enforced_characteristics,
keystore_client_impl.h 50 int32_t flags, keystore::AuthorizationSet* hardware_enforced_characteristics,
54 keystore::AuthorizationSet* hardware_enforced_characteristics,
59 keystore::AuthorizationSet* hardware_enforced_characteristics,

Completed in 558 milliseconds