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 202 AuthorizationSet* hardware_enforced_characteristics,
211 hardware_enforced_characteristics->Reinitialize(characteristics.characteristics.hw_enforced);
218 AuthorizationSet* hardware_enforced_characteristics,
226 hardware_enforced_characteristics->Reinitialize(characteristics.characteristics.hw_enforced);
235 AuthorizationSet* hardware_enforced_characteristics,
244 hardware_enforced_characteristics->Reinitialize(characteristics.characteristics.hw_enforced);
411 AuthorizationSet hardware_enforced_characteristics; local
414 generateKey(key_name, key_parameters.build(), &hardware_enforced_characteristics,
420 if (hardware_enforced_characteristics.size() == 0) {
449 AuthorizationSet hardware_enforced_characteristics; local
467 AuthorizationSet hardware_enforced_characteristics; local
512 AuthorizationSet hardware_enforced_characteristics; local
    [all...]
keystore_cli_v2.cpp 71 void PrintKeyCharacteristics(const AuthorizationSet& hardware_enforced_characteristics,
74 PrintTags(hardware_enforced_characteristics);
81 AuthorizationSet hardware_enforced_characteristics; local
83 int32_t result = keystore->generateKey("tmp", parameters, &hardware_enforced_characteristics,
98 PrintKeyCharacteristics(hardware_enforced_characteristics, software_enforced_characteristics);
99 bool hardware_backed = (hardware_enforced_characteristics.size() > 0);
273 AuthorizationSet hardware_enforced_characteristics; local
275 int32_t result = keystore->generateKey(name, params.build(), &hardware_enforced_characteristics,
279 PrintKeyCharacteristics(hardware_enforced_characteristics,
287 AuthorizationSet hardware_enforced_characteristics; local
    [all...]
  /system/security/keystore/include/keystore/
keystore_client.h 94 keymaster::AuthorizationSet* hardware_enforced_characteristics,
102 keymaster::AuthorizationSet* hardware_enforced_characteristics,
113 keymaster::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 49 keymaster::AuthorizationSet* hardware_enforced_characteristics,
53 keymaster::AuthorizationSet* hardware_enforced_characteristics,
58 keymaster::AuthorizationSet* hardware_enforced_characteristics,

Completed in 58 milliseconds