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