Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp42 constexpr uint32_t PIN_LEN_SEVEN = 7; variable
247 if (input.size() < PIN_LEN_SEVEN) { in CheckSpecialPinComplexity()