Home
last modified time | relevance | path

Searched refs:getLengthInBytes (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php46 if ($n->getLengthInBytes() < 31 || $n->getLengthInBytes() > 16384) {
55 $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT);
H A DEngine.php620 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
922 $length = $this->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php96 public function getLengthInBytes() function in phpseclib3\\Math\\PrimeField
98 return Integer::getModulo($this->instanceID)->getLengthInBytes();
H A DBinaryField.php151 public function getLengthInBytes() function in phpseclib3\\Math\\BinaryField
H A DBigInteger.php645 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger
647 return $this->value->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php64 public function getLengthInBytes() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
66 return $this->factory->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php447 $key->k = $key->modulus->getLengthInBytes();
503 $this->hLen = $this->hash->getLengthInBytes();
505 $this->mgfHLen = $this->mgfHash->getLengthInBytes();
724 $new->hLen = $new->hash->getLengthInBytes();
759 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
H A DHash.php1074 public function getLengthInBytes() function in phpseclib3\\Crypt\\Hash
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php510 $qlen = $this->q->getLengthInBytes();
540 $rolen = $this->q->getLengthInBytes();
H A DSymmetricKey.php1032 if ($dkLen > $hashObj->getLengthInBytes()) {
1097 $c = ceil($n / $hashObj->getLengthInBytes());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php317 $length = static::$modulo[$this->instanceID]->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php306 $order = $curve->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1853 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));
2083 $this->hmac_size = $this->hmac_check->getLengthInBytes();