Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H A Diso_server_bind_exchange_task.c190 uint8_t *encAuthCode = NULL; in GenerateAuthCodeAndImport() local
199 encAuthCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN + TAG_LEN, 0); in GenerateAuthCodeAndImport()
200 if (encAuthCode == NULL) { in GenerateAuthCodeAndImport()
204 Uint8Buff encAuthCodeBuf = { encAuthCode, AUTH_CODE_LEN + TAG_LEN }; in GenerateAuthCodeAndImport()
231 HcFree(encAuthCode); in GenerateAuthCodeAndImport()