Searched refs:wLen (Results 1 – 2 of 2) sorted by relevance
245 int wLen; in MillerRabin() local264 wLen = BN_num_bits(bnW); in MillerRabin()265 pAssert((wLen & 7) == 0); in MillerRabin()267 b.b.size = (UINT16)(wLen + 7)/8; in MillerRabin()
228 int wLen = in __xmlIOWin32UTF8ToWChar() local231 if (wLen) { in __xmlIOWin32UTF8ToWChar()232 wString = xmlMalloc(wLen * sizeof(wchar_t)); in __xmlIOWin32UTF8ToWChar()235 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) { in __xmlIOWin32UTF8ToWChar()