/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
D | Integer.php | 100 private static function checkInstance(self $x, self $y) 163 private static function polynomialDivide($x, $y) 193 private static function regularPolynomialMultiply($x, $y) 232 private static function polynomialMultiply($x, $y) 285 private static function subMultiply($x, $y) 322 private static function subAdd2($x, $y) 337 private static function subAdd3($x, $y, $z) 351 public function add(self $y) 378 public function multiply(self $y)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
D | Raw.php | 67 … function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x… 81 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
|
D | OpenSSH.php | 75 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… 111 … function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x…
|
D | PuTTY.php | 80 … function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x… 101 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
|
D | PKCS8.php | 111 … function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x… 134 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a…
|
D | PKCS1.php | 112 … function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x… 137 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
|
D | XML.php | 123 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
|
/dokuwiki/_test/tests/inc/ |
D | difference_engine.test.php | 10 public $y = "ddd\n\naaa\n\nbbb\n\nbbb\n\nccc\n\nccc\n\neee"; variable in difference_engine_test
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | PHP64.php | 115 public function add(PHP64 $y) 128 public function subtract(PHP64 $y) 141 public function multiply(PHP64 $y) 159 public function divide(PHP64 $y) 252 public function compare(PHP64 $y)
|
D | PHP32.php | 114 public function add(PHP32 $y) 127 public function subtract(PHP32 $y) 140 public function multiply(PHP32 $y) 158 public function divide(PHP32 $y) 251 public function compare(PHP32 $y)
|
D | BCMath.php | 167 public function add(BCMath $y) 181 public function subtract(BCMath $y) 214 public function divide(BCMath $y) 403 public function compare(BCMath $y)
|
D | GMP.php | 166 public function add(GMP $y) 180 public function subtract(GMP $y) 213 public function divide(GMP $y) 245 public function compare(GMP $y)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
D | MontgomeryMult.php | 39 public static function multiplyReduce(array $x, array $y, array $m, $class)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ANSI.php | 75 private $y; variable in phpseclib3\\File\\ANSI 169 public function setDimensions($x, $y)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | Hash.php | 609 private static function mul32_64($x, $y) 642 private static function add32_64($x, $y) 660 private static function add32($x, $y) 728 private static function mul64($x, $y) 779 private static function add64($x, $y)
|
D | DSA.php | 81 protected $y; variable in phpseclib3\\Crypt\\DSA
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | BigInteger.php | 252 public function add(BigInteger $y) 263 public function subtract(BigInteger $y) 304 public function divide(BigInteger $y) 496 public function compare(BigInteger $y)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
D | Ed448.php | 63 public function recoverX(BigInteger $y, $sign)
|
D | Ed25519.php | 107 public function recoverX(BigInteger $y, $sign)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
D | Base.php | 92 protected static function multiplyReduce($x, $y, $n, $class)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
D | Base.php | 124 protected static function multiplyReduce(array $x, array $y, array $n, $class)
|
/dokuwiki/lib/images/interwiki/ |
D | doku.svg | 1 …nk" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="k"><stop style="stop-color:#3a903… def
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | TwistedEdwards.php | 116 public function setBasePoint($x, $y)
|
D | Montgomery.php | 127 public function setBasePoint($x, $y)
|
D | Binary.php | 116 public function setBasePoint($x, $y)
|