Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c252 static bool CheckPinLenForStandardIso(const CJson *in, const char *pinCode) in CheckPinLenForStandardIso() function
276 if (!CheckPinLenForStandardIso(in, pinCode)) { in GetSharedSecretForPinInIso()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c428 static bool CheckPinLenForStandardIso(const CJson *in, const char *pinCode) in CheckPinLenForStandardIso() function
453 if (!CheckPinLenForStandardIso(in, pinString)) { in FillPin()