Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ !
H A DTripleDES.php173 * @param int $engine
176 protected function isValidEngineHelper($engine) argument
178 if ($engine == self::ENGINE_OPENSSL) {
184 return parent::isValidEngineHelper($engine);
424 * @param int $engine
426 public function setPreferredEngine($engine) argument
429 $this->des[0]->setPreferredEngine($engine);
430 $this->des[1]->setPreferredEngine($engine);
431 $this->des[2]->setPreferredEngine($engine);
434 parent::setPreferredEngine($engine);
H A DRC4.php102 * @param int $engine
105 protected function isValidEngineHelper($engine) argument
107 if ($engine == self::ENGINE_OPENSSL) {
120 return parent::isValidEngineHelper($engine);
169 if ($this->engine != self::ENGINE_INTERNAL) {
188 if ($this->engine != self::ENGINE_INTERNAL) {
H A DRC2.php265 * @param int $engine
268 protected function isValidEngineHelper($engine) argument
270 switch ($engine) {
285 return parent::isValidEngineHelper($engine);
393 if ($this->engine == self::ENGINE_OPENSSL) {
415 if ($this->engine == self::ENGINE_OPENSSL) {
H A DDES.php590 * @param int $engine
593 protected function isValidEngineHelper($engine) argument
596 if ($engine == self::ENGINE_OPENSSL) {
608 return parent::isValidEngineHelper($engine);
H A DRijndael.php266 * @param int $engine
269 protected function isValidEngineHelper($engine) argument
271 switch ($engine) {
303 return parent::isValidEngineHelper($engine);
969 switch ($this->engine) {
1000 switch ($this->engine) {
H A DSalsa20.php314 if ($this->engine == self::ENGINE_OPENSSL) {
351 if ($this->engine == self::ENGINE_OPENSSL) {
377 if ($this->engine == self::ENGINE_OPENSSL) {
H A DBlowfish.php372 * @param int $engine
375 protected function isValidEngineHelper($engine) argument
377 if ($engine == self::ENGINE_OPENSSL) {
391 return parent::isValidEngineHelper($engine);
H A DChaCha20.php39 * @param int $engine
42 protected function isValidEngineHelper($engine) argument
44 switch ($engine) {
70 return parent::isValidEngineHelper($engine);
85 if ($this->engine == self::ENGINE_LIBSODIUM) {
107 if ($this->engine == self::ENGINE_LIBSODIUM) {
247 if ($this->engine == self::ENGINE_LIBSODIUM) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ !
H A DSymmetricKey.php410 protected $engine; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1182 if ($this->engine === self::ENGINE_OPENSSL) {
1274 if ($this->engine === self::ENGINE_MCRYPT) {
1351 if ($this->engine === self::ENGINE_EVAL) {
1569 if ($this->engine === self::ENGINE_OPENSSL) {
1664 if ($this->engine === self::ENGINE_MCRYPT) {
1724 if ($this->engine === self::ENGINE_EVAL) {
2236 * @param int $engine
2239 protected function isValidEngineHelper($engine) argument
2241 switch ($engine) {
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ !
H A DBigInteger.php147 foreach ($engines as $engine) {
149 self::setEngine($engine[0], $engine[1]);
/dokuwiki/vendor/splitbrain/php-jsstrip/ !
H A DREADME.md5 …d to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki engine. It has received s…
H A Dcomposer.lock417 "description": "Simple template engine.",
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ !
H A DEngine.php224 public static function setModExpEngine($engine) argument
226 … $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
228 throw new \InvalidArgumentException("$engine is not a valid engine");
231 throw new BadConfigurationException("$engine is not setup correctly on this system");
/dokuwiki/data/pages/wiki/ !
H A Ddokuwiki.txt60 The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public Li…
/dokuwiki/_test/data/pages/wiki/ !
H A Ddokuwiki.txt62 The DokuWiki engine is licensed under [[http://www.gnu.org/licenses/gpl.html|GNU General Public Lic…
/dokuwiki/inc/ !
H A DDifferenceEngine.php1336 $engine = new _DiffEngine();
1338 $this->_edits = $this->_diff3($engine->diff($orig, $final1),
1339 $engine->diff($orig, $final2));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ !
H A DSSH2.php1296 * @param int $engine
1298 public static function setCryptoEngine($engine) argument
1300 self::$crypto_engine = $engine;
5041 foreach ($engines as $engine) {
5071 if ($engine != 'PHP') {
5077 if ($engine == 'OpenSSL') {
5082 if ($obj->isValidEngine($engine)) {
/dokuwiki/vendor/splitbrain/slika/ !
H A Dcomposer.lock640 "description": "Simple template engine.",
/dokuwiki/_test/ !
H A Dcomposer.lock824 "description": "Simple template engine.",