Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_module_defines.h23 #define PUBLIC_KEY_INFO_SIZE 1024 macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c365 if (pkInfoLen >= PUBLIC_KEY_INFO_SIZE) { in GetAsyPubKeyInfo()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c1364 token->pkInfoStr.val = (uint8_t *)HcMalloc(PUBLIC_KEY_INFO_SIZE, 0); in CreateAccountToken()
1366 token->pkInfoStr.length = PUBLIC_KEY_INFO_SIZE; in CreateAccountToken()