Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 4 of 4) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php378 $temp = $primes[$i]->subtract(self::$one);
396 $temp = $prime->subtract(self::$one);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1183 array_unshift($oid, $part1->subtract($eighty));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php263 public function subtract(BigInteger $y)
265 return new static($this->value->subtract($y->value));
490 * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.}
1004 function subtract($y) global() function in phpseclib\\Math\\BigInteger
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4326 // we subtract 4 from packet_length because the packet_length field isn't supposed to include itself