Searched refs:kcfDataVal (Results 1 – 1 of 1) sorted by relevance
447 uint8_t *kcfDataVal = (uint8_t *)HcMalloc(kcfDataLen, 0); in VerifyPeerKcf() local448 if (kcfDataVal == NULL) { in VerifyPeerKcf()452 int32_t res = HexStringToByte(kcfDataStr, kcfDataVal, kcfDataLen); in VerifyPeerKcf()455 HcFree(kcfDataVal); in VerifyPeerKcf()464 HcFree(kcfDataVal); in VerifyPeerKcf()467 …if ((recoverKcfBuff.length != kcfDataLen) || memcmp(recoverKcfBuff.val, kcfDataVal, kcfDataLen) !=… in VerifyPeerKcf()469 HcFree(kcfDataVal); in VerifyPeerKcf()473 HcFree(kcfDataVal); in VerifyPeerKcf()