Searched refs:_math__IsPrime (Results 1 – 4 of 4) sorted by relevance
20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
513 _math__IsPrime( in _math__IsPrime() function
433 return _math__IsPrime(p); in IsPrimeWord()
1212 if( e != 0 && (e < 3 || !_math__IsPrime(e))) in _cpri__GenerateKeyRSA()