Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp40 constexpr uint32_t PIN_LEN_FOUR = 4; variable
183 if (size < PIN_LEN_FOUR) { in CheckPinSizeBySubType()
188 return (size == PIN_LEN_FOUR); in CheckPinSizeBySubType()
190 return (size >= PIN_LEN_FOUR && size <= PIN_LEN_NINE); in CheckPinSizeBySubType()