Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_module_defines.h26 #define DEV_AUTH_DEVICE_ID_SIZE 65 macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/creds_manager/
H A Dsym_token_manager.h26 char deviceId[DEV_AUTH_DEVICE_ID_SIZE];
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c73 int32_t res = InitSingleParam(&params->devIdSelf, DEV_AUTH_DEVICE_ID_SIZE); in FillPayload()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c1373 token->pkInfo.deviceId.val = (uint8_t *)HcMalloc(DEV_AUTH_DEVICE_ID_SIZE, 0); in CreateAccountToken()
1375 token->pkInfo.deviceId.length = DEV_AUTH_DEVICE_ID_SIZE; in CreateAccountToken()
H A Dsym_token_manager.c123 if (strcpy_s(token->deviceId, DEV_AUTH_DEVICE_ID_SIZE, deviceId) != EOK) { in CreateSymTokenByJson()