Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c32 unsigned bitbufA, bitbufB, lenA, lenB, len, nA, nB, nibble; in ltc_ecc_mul2add() local
124 bitbufB = tB[0]; in ltc_ecc_mul2add()
132 bitbufB = tB[x]; in ltc_ecc_mul2add()
139 nB = (bitbufB >> 6) & 0x03; in ltc_ecc_mul2add()
141 bitbufB = (bitbufB << 2) & 0xFF; in ltc_ecc_mul2add()