Searched refs:bitbufA (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
133 bitbufA = tA[0];
141 bitbufA = tA[x];
147 nA = (bitbufA >> 6) & 0x03;
149 bitbufA = (bitbufA << 2) & 0xFF;

Completed in 47 milliseconds