Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
DKeyCharacteristics.h32 hardwareEnforced = KeymasterArguments(other.hardwareEnforced); in KeyCharacteristics()
38 KeymasterArguments hardwareEnforced; member
/system/security/keystore/
Doperation_proto_handler.cpp109 checkKeyCharacteristics(op.characteristics.hardwareEnforced, &operationConfig); in uploadOpAsProto()
Dkeystore_aidl_hidl_marshalling_utils.cpp229 return hardwareEnforced.readFromParcel(in); in readFromParcel()
234 return hardwareEnforced.writeToParcel(out); in writeToParcel()
Dkeystore_client_impl.cpp204 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in generateKey()
223 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in getKeyCharacteristics()
243 *hardware_enforced_characteristics = characteristics.hardwareEnforced.getParameters(); in importKey()
Dkey_store_service.cpp1289 AuthorizationSet hardwareEnforced = characteristics.hardwareEnforced; in begin() local
1291 persistedCharacteristics.Subtract(hardwareEnforced); in begin()
1325 AuthorizationSet key_auths = characteristics.hardwareEnforced; in begin()
1409 assert(characteristics.hardwareEnforced.size() == 0); in begin()
1432 containsTag(keyCharacteristics.hardwareEnforced, Tag::TRUSTED_CONFIRMATION_REQUIRED))) { in appendConfirmationTokenIfNeeded()
1466 AuthorizationSet key_auths(op.characteristics.hardwareEnforced); in update()
1530 AuthorizationSet key_auths(op.characteristics.hardwareEnforced); in finish()
1874 if (containsTag(keyCharacteristics.hardwareEnforced, Tag::USER_SECURE_ID)) { in importWrappedKey()
2108 allCharacteristics.append(characteristics.hardwareEnforced.begin(), in getAuthToken()
2109 characteristics.hardwareEnforced.end()); in getAuthToken()
[all …]
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp319 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in generateKey()
339 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in getKeyCharacteristics()
362 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importKey()
389 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importWrappedKey()