Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp1385 AuthorizationSet mutableParams = params; in attestKey() local
1386 KeyStoreServiceReturnCode rc = updateParamsForAttestation(callingUid, &mutableParams); in attestKey()
1409 rc = KS_HANDLE_HIDL_ERROR(dev->attestKey(hidlKey, mutableParams.hidl_data(), hidlCb)); in attestKey()
1442 AuthorizationSet mutableParams = params; in attestDeviceIds() local
1443 KeyStoreServiceReturnCode rc = updateParamsForAttestation(callingUid, &mutableParams); in attestDeviceIds()
1485 KS_HANDLE_HIDL_ERROR(dev->attestKey(hidlKey, mutableParams.hidl_data(), attestHidlCb)); in attestDeviceIds()