Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c148 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
170 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h159 #define MAX_AUTH_ID_LEN 256 macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c471 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in GetIdPeer()
505 if (authIdPeerLen == 0 || authIdPeerLen > MAX_AUTH_ID_LEN) { in GetAndCheckAuthIdPeer()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c348 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
374 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c23 #define MAX_AUTH_ID_LEN 256 macro
56 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in GetIdPeer()