Searched refs:bitbufB (Results 1 – 1 of 1) sorted by relevance
32 unsigned bitbufA, bitbufB, lenA, lenB, len, nA, nB, nibble; in ltc_ecc_mul2add() local124 bitbufB = tB[0]; in ltc_ecc_mul2add()132 bitbufB = tB[x]; in ltc_ecc_mul2add()139 nB = (bitbufB >> 6) & 0x03; in ltc_ecc_mul2add()141 bitbufB = (bitbufB << 2) & 0xFF; in ltc_ecc_mul2add()