Home
last modified time | relevance | path

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

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