Home
last modified time | relevance | path

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

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