Searched refs:bitbufB (Results 1 – 1 of 1) sorted by relevance
39 unsigned bitbufA, bitbufB, lenA, lenB, len, nA, nB, nibble; in ltc_ecc_mul2add() local131 bitbufB = tB[0]; in ltc_ecc_mul2add()139 bitbufB = tB[x]; in ltc_ecc_mul2add()146 nB = (bitbufB >> 6) & 0x03; in ltc_ecc_mul2add()148 bitbufB = (bitbufB << 2) & 0xFF; in ltc_ecc_mul2add()
Completed in 3 milliseconds