Searched defs:pcBit (Results 1 – 1 of 1) sorted by relevance
969 static int32_t GetYData(const ECC_Para *para, ECC_Point *pt, bool pcBit) in GetYData()1064 …bool pcBit = ((data[0] & 0x01) == 1); // Parity check. If it's odd, return true. If it's even, ret… in ECP_DecodePoint() local