Home
last modified time | relevance | path

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

/base/security/device_auth/services/creds_manager/inc/
Dcreds_manager_defines.h32 #define AUTH_TOKEN_SIZE 32 macro
/base/security/device_auth/services/creds_manager/src/account_related/
Daccount_related_creds_manager.c321 authToken->val = (uint8_t *)HcMalloc(AUTH_TOKEN_SIZE, 0); in GenerateAuthTokenForAccessory()
327 authToken->length = AUTH_TOKEN_SIZE; in GenerateAuthTokenForAccessory()