Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp823 if (!checkAllowedOperationParams(params.getParameters())) { in begin()
861 if (!checkAllowedOperationParams(params.getParameters())) { in update()
886 if (!checkAllowedOperationParams(params.getParameters())) { in finish()
1109 if (!checkAllowedOperationParams(params.getParameters())) { in attestKey()
1169 if (!checkAllowedOperationParams(params.getParameters())) { in attestDeviceIds()
1437 bool KeyStoreService::checkAllowedOperationParams(const hidl_vec<KeyParameter>& params) { in checkAllowedOperationParams() function in keystore::KeyStoreService
Dkey_store_service.h219 bool checkAllowedOperationParams(const hidl_vec<KeyParameter>& params);
Dkeymaster_worker.cpp652 static bool checkAllowedOperationParams(ParamsIter begin, const ParamsIter end) { in checkAllowedOperationParams() function
686 if (!checkAllowedOperationParams(params.begin(), params.end())) { in finish()