Searched refs:isSetPassword (Results 1 – 1 of 1) sorted by relevance
1169 struct HksParam *isSetPassword = NULL; in CheckIfNeedIsDevicePasswordSet() local1170 if (HksGetParam(paramSet, HKS_TAG_IS_DEVICE_PASSWORD_SET, &isSetPassword) != HKS_SUCCESS || in CheckIfNeedIsDevicePasswordSet()1171 !isSetPassword->boolParam) { in CheckIfNeedIsDevicePasswordSet()