Home
last modified time | relevance | path

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

/external/tpm2/
DMathFunctions_fp.h20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
DMathFunctions.c513 _math__IsPrime( in _math__IsPrime() function
DRSAKeySieve.c433 return _math__IsPrime(p); in IsPrimeWord()
DCpriRSA.c1212 if( e != 0 && (e < 3 || !_math__IsPrime(e))) in _cpri__GenerateKeyRSA()