Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp68 constexpr int PASSWORD_MIN_LEN = 8; variable
160 if (str.size() < PASSWORD_MIN_LEN) { in PassWordAnonymize()