Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/inc/
H A Dinputer_data_impl.h50 bool CheckPinSizeBySubType(int32_t authSubType, size_t size);
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp178 bool InputerDataImpl::CheckPinSizeBySubType(int32_t authSubType, size_t size) in CheckPinSizeBySubType() function in OHOS::UserIam::PinAuth::InputerDataImpl
202 if (!CheckPinSizeBySubType(authSubType, data.size())) { in CheckPinComplexity()