Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 25 of 26) 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/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.php635 public function getLength() function in phpseclib3\\Math\\BigInteger
637 return $this->value->getLength();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php82 if ($q->getLength() != 160) {
103 if ($q->getLength() != 160) {
H A DOpenSSH.php77 if ($q->getLength() != 160) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php147 } while ($p->getLength() != $L || !$p->isPrime());
274 public function getLength() function in phpseclib3\\Crypt\\DSA
276 return ['L' => $this->p->getLength(), 'N' => $this->q->getLength()];
H A DEC.php318 public function getLength() function in phpseclib3\\Crypt\\EC
320 return $this->curve->getLength();
H A DRSA.php689 public function getLength() function in phpseclib3\\Crypt\\RSA
691 return !isset($this->modulus) ? 0 : $this->modulus->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/EC/BaseCurves/
H A DBase.php74 public function getLength() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
76 return $this->factory->getLength();
H A DKoblitzPrime.php279 $stop = $v->bitwise_rightShift($v->getLength() >> 1);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php88 if ($x->getLength() > 448 || $x->isNegative()) {
H A DCurve25519.php77 if ($x->getLength() > 256 || $x->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php169 $Ln = $this->hash->getLength() - $order->getLength();
273 case 4: return $format::save($r, $s, $this->getCurve(), $this->getLength());
H A DPublicKey.php138 $Ln = $this->hash->getLength() - $order->getLength();
/dokuwiki/lib/scripts/
H A Dtextselection.js19 this.getLength = function(){ method
H A Deditor.js133 if(selection.getLength() > 0) {
H A Dtoolbar.js111 if(selection.getLength()){
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php133 $length = $request->getLength();
H A DClient.php70 $length = $request->getLength();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php610 public function getLength() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
622 return (int) ceil($this->getLength() / 8);
789 $length = $max->getLength();
1002 $length = $this->getLength();
H A DPHP.php1350 public function getLength() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php343 $length = static::$modulo[$this->instanceID]->getLength();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php560 $qlen = $this->q->getLength();

12