HomeSort by relevance Sort by last modified time
    Searched full:bitbufa (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;
133 bitbufA = tA[0];
141 bitbufA = tA[x];
147 nA = (bitbufA >> 6) & 0x03;
149 bitbufA = (bitbufA << 2) & 0xFF;

Completed in 452 milliseconds