Searched refs:encAuthCode (Results 1 – 1 of 1) sorted by relevance
190 uint8_t *encAuthCode = NULL; in GenerateAuthCodeAndImport() local199 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()