Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp45 constexpr uint32_t PIN_QUESTION_MIN_LEN = 2; variable
108 if (dataIn.size() < PIN_QUESTION_MIN_LEN) { in GetPrivatePinData()