Searched refs:checkAllowedOperationParams (Results 1 – 3 of 3) sorted by relevance
865 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
217 bool checkAllowedOperationParams(const hidl_vec<KeyParameter>& params);
616 static bool checkAllowedOperationParams(ParamsIter begin, const ParamsIter end) { in checkAllowedOperationParams() function650 if (!checkAllowedOperationParams(params.begin(), params.end())) { in finish()