Home
last modified time | relevance | path

Searched refs:getLengthInBytes (Results 1 – 14 of 14) 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.php656 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
954 $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.php679 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger
681 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.php441 $key->k = $key->modulus->getLengthInBytes();
485 $this->hLen = $this->hash->getLengthInBytes();
487 $this->mgfHLen = $this->mgfHash->getLengthInBytes();
742 $new->hLen = $new->hash->getLengthInBytes();
781 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
H A DEC.php508 } elseif ($curve->getLengthInBytes() == strlen($secret)) {
H A DHash.php1163 public function getLengthInBytes() function in phpseclib3\\Crypt\\Hash
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php521 $qlen = $this->q->getLengthInBytes();
551 $rolen = $this->q->getLengthInBytes();
H A DSymmetricKey.php1037 if ($dkLen > $hashObj->getLengthInBytes()) {
1102 $c = ceil($n / $hashObj->getLengthInBytes());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php337 $length = static::$modulo[$this->instanceID]->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php310 $order = $curve->getLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1858 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));
2088 $this->hmac_size = $this->hmac_check->getLengthInBytes();