Home
last modified time | relevance | path

Searched refs:_math__IsPrime (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DMathFunctions_fp.h20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
DMathFunctions.c508 _math__IsPrime( in _math__IsPrime() function
DRSAKeySieve.c433 return _math__IsPrime(p); in IsPrimeWord()
DCpriRSA.c1199 if( e != 0 && (e < 3 || !_math__IsPrime(e))) in _cpri__GenerateKeyRSA()
Dpart4.txt786 …B.5.2.11. _math__IsPrime() ....................................................................…
26111 B.5.2.11. _math__IsPrime()
26121 391 _math__IsPrime(
30249 1057 if( e != 0 && (e < 3 || !_math__IsPrime(e)))
31117 337 return _math__IsPrime(p);