Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c271 if (HcStrlen(pinCode) < PIN_CODE_LEN_SHORT) { in GetSharedSecretForPinInIso()
318 if (pinLen < PIN_CODE_LEN_SHORT) { in GetSharedSecretForPinInPake()
/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h170 #define PIN_CODE_LEN_SHORT 6 macro