Home
last modified time | relevance | path

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

/base/security/device_auth/services/authenticators/inc/account_related/
Daccount_module_defines.h21 #define PK_VERSION_SIZE 256 macro
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dasy_token_manager.c1249 token->pkInfo.version.val = (uint8_t *)HcMalloc(PK_VERSION_SIZE, 0); in CreateAccountToken()
1251 token->pkInfo.version.length = PK_VERSION_SIZE; in CreateAccountToken()