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/
H A Dltc_ecc_mul2add.c34 unsigned char *tA, *tB; in ltc_ecc_mul2add() local
51 tB = XCALLOC(1, ECC_BUF_SIZE); in ltc_ecc_mul2add()
52 if (tB == NULL) { in ltc_ecc_mul2add()
72 mp_to_unsigned_bin(kB, (len - lenB) + tB); in ltc_ecc_mul2add()
124 bitbufB = tB[0]; in ltc_ecc_mul2add()
132 bitbufB = tB[x]; in ltc_ecc_mul2add()
183 zeromem(tB, ECC_BUF_SIZE); in ltc_ecc_mul2add()
186 XFREE(tB); in ltc_ecc_mul2add()