Home
last modified time | relevance | path

Searched refs:priAliasVal (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c95 uint8_t *priAliasVal = (uint8_t *)HcMalloc(SHA256_LEN, 0); in GenerateEcdhSharedKey() local
96 if (priAliasVal == NULL) { in GenerateEcdhSharedKey()
101 .val = priAliasVal, in GenerateEcdhSharedKey()
107 HcFree(priAliasVal); in GenerateEcdhSharedKey()
114 HcFree(priAliasVal); in GenerateEcdhSharedKey()
123 HcFree(priAliasVal); in GenerateEcdhSharedKey()
/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c313 uint8_t *priAliasVal = (uint8_t *)HcMalloc(SHA256_LEN, 0); in GetSharedSecretForAccountInPake() local
314 if (priAliasVal == NULL) { in GetSharedSecretForAccountInPake()
318 Uint8Buff aliasBuff = { priAliasVal, SHA256_LEN }; in GetSharedSecretForAccountInPake()
321 HcFree(priAliasVal); in GetSharedSecretForAccountInPake()
327 HcFree(priAliasVal); in GetSharedSecretForAccountInPake()
335 HcFree(priAliasVal); in GetSharedSecretForAccountInPake()
345 HcFree(priAliasVal); in GetSharedSecretForAccountInPake()

Completed in 3 milliseconds