Home
last modified time | relevance | path

Searched refs:toBits (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php96 $d = $d->toBits();
H A DMontgomery.php226 $b = $d->toBits();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php109 if (!(strlen($privateKey->toBits()) & 7)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php338 public function toBits() function in phpseclib3\\Math\\PrimeField\\Integer
346 return str_pad($this->value->toBits(), $length, '0', STR_PAD_LEFT);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php241 public function toBits($twos_compliment = false) function in phpseclib3\\Math\\BigInteger
243 return $this->value->toBits($twos_compliment);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php284 public function toBits($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
612 return strlen($this->toBits());
675 $e_bits = $e->toBits();
H A DGMP.php120 public function toBits($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php280 $modBits = strlen($this->modulus->toBits());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php483 public function toBits() function in phpseclib3\\Math\\BinaryField\\Integer