Home
last modified time | relevance | path

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

/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h151 #define MAX_AUTH_ID_LEN 256 macro
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/
Dpake_task_common.c143 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
165 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_task_common.c356 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in GetIdPeer()
390 if (authIdPeerLen == 0 || authIdPeerLen > MAX_AUTH_ID_LEN) { in GetAndCheckAuthIdPeer()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/
Diso_task_common.c300 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
326 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in FillAuthId()
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c23 #define MAX_AUTH_ID_LEN 256 macro
56 if (authIdLen == 0 || authIdLen > MAX_AUTH_ID_LEN) { in GetIdPeer()