Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp251 return CheckPinComplexityByReg(input, complexityReg_); in CheckSpecialPinComplexity()
271 return CheckPinComplexityByReg(input, policy.complexityReg); in CheckEdmPinComplexity()
278 bool InputerDataImpl::CheckPinComplexityByReg(std::vector<uint8_t> &input, const std::string &compl… in CheckPinComplexityByReg() function in OHOS::UserIam::PinAuth::InputerDataImpl
/ohos5.0/base/useriam/pin_auth/frameworks/client/inc/
H A Dinputer_data_impl.h51 bool CheckPinComplexityByReg(std::vector<uint8_t> &input, const std::string &complexityReg);