Searched defs:bigNumHex (Results 1 – 2 of 2) sorted by relevance
145 char bigNumHex[BIGNUM_HEX_LEN + 1] = { 0 }; variable
1458 static int32_t BigNumExpMod(const Uint8Buff *base, const Uint8Buff *exp, const char *bigNumHex, Uin… in BigNumExpMod()