Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mul2add.c41 unsigned char *tA, *tB; in ltc_ecc_mul2add() local
58 tB = XCALLOC(1, ECC_BUF_SIZE); in ltc_ecc_mul2add()
59 if (tB == NULL) { in ltc_ecc_mul2add()
79 mp_to_unsigned_bin(kB, (len - lenB) + tB); in ltc_ecc_mul2add()
131 bitbufB = tB[0]; in ltc_ecc_mul2add()
139 bitbufB = tB[x]; in ltc_ecc_mul2add()
190 zeromem(tB, ECC_BUF_SIZE); in ltc_ecc_mul2add()
193 XFREE(tB); in ltc_ecc_mul2add()

Completed in 4 milliseconds