Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php39 const ENGINE_DIR = 'BCMath'; define in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php38 const ENGINE_DIR = 'GMP'; define in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DEngine.php226 … $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
1156 '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' :
H A DPHP.php64 const ENGINE_DIR = 'PHP'; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP