HomeSort by relevance Sort by last modified time
    Searched full:bitbufb (Results 1 - 1 of 1) sorted by null

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

Completed in 4659 milliseconds