Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DSSH2.php64 if ($r->getLength() > 160 || $s->getLength() > 160) {
/dokuwiki/_test/tests/Search/Collection/
H A DTermTest.php17 $this->assertEquals(8, $term->getLength());
28 $this->assertEquals(4, $term->getLength());
39 $this->assertEquals(4, $term->getLength());
50 $this->assertEquals(4, $term->getLength());
59 $this->assertEquals(0, $term->getLength());
82 $this->assertEquals(2, $term->getLength());
125 $this->assertEquals(1, $term->getLength());
133 $this->assertEquals(0, $term->getLength());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php106 public function getLength() function in phpseclib3\\Math\\PrimeField
108 return Integer::getModulo($this->instanceID)->getLength();
H A DBinaryField.php161 public function getLength() function in phpseclib3\\Math\\BinaryField
H A DBigInteger.php669 public function getLength() function in phpseclib3\\Math\\BigInteger
671 return $this->value->getLength();
/dokuwiki/vendor/kissifrot/php-ixr/src/Request/
H A DRequest.php39 public function getLength() function in IXR\\Request\\Request
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php85 if ($q->getLength() != 160) {
106 if ($q->getLength() != 160) {
H A DOpenSSH.php77 if ($q->getLength() != 160) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php152 } while ($p->getLength() != $L || !$p->isPrime());
306 public function getLength() function in phpseclib3\\Crypt\\DSA
308 return ['L' => $this->p->getLength(), 'N' => $this->q->getLength()];
H A DEC.php458 public function getLength() function in phpseclib3\\Crypt\\EC
460 return $this->curve->getLength();
H A DRSA.php703 public function getLength() function in phpseclib3\\Crypt\\RSA
705 return !isset($this->modulus) ? 0 : $this->modulus->getLength();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php74 public function getLength() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
76 return $this->factory->getLength();
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php77 $max = $term->getLength();
80 for ($i = $term->getLength(); $i <= $max; $i++) {
H A DTerm.php109 public function getLength(): int function in dokuwiki\\Search\\Collection\\Term
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve25519.php81 if ($x->getLength() > 256 || $x->isNegative()) {
H A DCurve448.php92 if ($x->getLength() > 448 || $x->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php245 $Ln = $this->hash->getLength() - $order->getLength();
349 case 4: return $format::save($r, $s, $this->getCurve(), $this->getLength());
H A DPublicKey.php200 $Ln = $this->hash->getLength() - $order->getLength();
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php133 $length = $request->getLength();
H A DClient.php70 $length = $request->getLength();
/dokuwiki/lib/scripts/
H A Dtextselection.js19 this.getLength = function(){ method
H A Deditor.js136 if(selection.getLength() > 0) {
H A Dtoolbar.js111 if(selection.getLength()){
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php646 public function getLength() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
658 return (int) ceil($this->getLength() / 8);
821 $length = $max->getLength();
1034 $length = $this->getLength();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php363 $length = static::$modulo[$this->instanceID]->getLength();

12