Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp865 if (!checkAllowedOperationParams(params.getParameters())) { in begin()
904 if (!checkAllowedOperationParams(params.getParameters())) { in update()
929 if (!checkAllowedOperationParams(params.getParameters())) { in finish()
1018 if (!checkAllowedOperationParams(params.getParameters())) { in attestKey()
1075 if (!checkAllowedOperationParams(params.getParameters())) { in attestDeviceIds()
1343 bool KeyStoreService::checkAllowedOperationParams(const hidl_vec<KeyParameter>& params) { in checkAllowedOperationParams() function in keystore::KeyStoreService
Dkey_store_service.h217 bool checkAllowedOperationParams(const hidl_vec<KeyParameter>& params);
Dkeymaster_worker.cpp616 static bool checkAllowedOperationParams(ParamsIter begin, const ParamsIter end) { in checkAllowedOperationParams() function
650 if (!checkAllowedOperationParams(params.begin(), params.end())) { in finish()