Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 34) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php100 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/
DRaw.php67 … 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)
DOpenSSH.php75 …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…
DPuTTY.php80 … 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)
DPKCS8.php111 … 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…
DPKCS1.php112 … 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)
DXML.php123 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
/dokuwiki/_test/tests/inc/
Ddifference_engine.test.php10 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/
DPHP64.php115 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)
DPHP32.php114 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)
DBCMath.php167 public function add(BCMath $y)
181 public function subtract(BCMath $y)
214 public function divide(BCMath $y)
403 public function compare(BCMath $y)
DGMP.php166 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/
DMontgomeryMult.php39 public static function multiplyReduce(array $x, array $y, array $m, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php75 private $y; variable in phpseclib3\\File\\ANSI
169 public function setDimensions($x, $y)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DHash.php609 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)
DDSA.php81 protected $y; variable in phpseclib3\\Crypt\\DSA
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php252 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/
DEd448.php63 public function recoverX(BigInteger $y, $sign)
DEd25519.php107 public function recoverX(BigInteger $y, $sign)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
DBase.php92 protected static function multiplyReduce($x, $y, $n, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
DBase.php124 protected static function multiplyReduce(array $x, array $y, array $n, $class)
/dokuwiki/lib/images/interwiki/
Ddoku.svg1 …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/
DTwistedEdwards.php116 public function setBasePoint($x, $y)
DMontgomery.php127 public function setBasePoint($x, $y)
DBinary.php116 public function setBasePoint($x, $y)

12