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