Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp1021 if (!checkAllowedOperationParams(params)) { in begin()
1172 if (!checkAllowedOperationParams(params)) { in update()
1224 if (!checkAllowedOperationParams(params)) { in finish()
1374 if (!checkAllowedOperationParams(params)) { in attestKey()
1422 if (!checkAllowedOperationParams(params)) { in attestDeviceIds()
1619 bool KeyStoreService::checkAllowedOperationParams(const hidl_vec<KeyParameter>& params) { in checkAllowedOperationParams() function in keystore::KeyStoreService
Dkey_store_service.h192 bool checkAllowedOperationParams(const hidl_vec<KeyParameter>& params);