Searched refs:bitbufB (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble; local
134 bitbufB = tB[0];
142 bitbufB = tB[x];
148 nB = (bitbufB >> 6) & 0x03;
150 bitbufB = (bitbufB << 2) & 0xFF;

Completed in 142 milliseconds