Searched refs:checkInstance (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
| H A D | Integer.php | 130 public static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\PrimeField\\Integer 144 static::checkInstance($this, $x); 156 static::checkInstance($this, $x); 168 static::checkInstance($this, $x); 186 static::checkInstance($this, $x); 204 static::checkInstance($this, $x); 216 static::checkInstance($this, $x);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| H A D | Integer.php | 100 private static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\BinaryField\\Integer 114 static::checkInstance($this, $x); 126 static::checkInstance($this, $x); 353 static::checkInstance($this, $y); 380 static::checkInstance($this, $y); 427 static::checkInstance($this, $x);
|