Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c22 #define AUTH_ID_LEN 32 macro
374 uint8_t authId[AUTH_ID_LEN] = { 0 }; in ReplaceAuthIdWithRandom()
375 Uint8Buff authIdBuff = { authId, AUTH_ID_LEN }; in ReplaceAuthIdWithRandom()