Searched refs:tB (Results 1 – 1 of 1) sorted by relevance
41 unsigned char *tA, *tB; in ltc_ecc_mul2add() local58 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