Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php231 … $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
1140 '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' :
H A DBCMath.php45 const ENGINE_DIR = 'BCMath'; define in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php44 const ENGINE_DIR = 'GMP'; define in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php72 const ENGINE_DIR = 'PHP'; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP