Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h171 #define PIN_CODE_LEN_LONG 128 macro
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c260 return HcStrlen(pinCode) >= PIN_CODE_LEN_LONG; in CheckPinLenForStandardIso()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c436 return HcStrlen(pinCode) >= PIN_CODE_LEN_LONG; in CheckPinLenForStandardIso()