Home
last modified time | relevance | path

Searched refs:bitbufA (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
123 bitbufA = tA[0]; in ltc_ecc_mul2add()
131 bitbufA = tA[x]; in ltc_ecc_mul2add()
138 nA = (bitbufA >> 6) & 0x03; in ltc_ecc_mul2add()
140 bitbufA = (bitbufA << 2) & 0xFF; in ltc_ecc_mul2add()