Searched refs:getLengthInBytes (Results 1 – 13 of 13) sorted by relevance
46 if ($n->getLengthInBytes() < 31 || $n->getLengthInBytes() > 16384) {55 $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT);
620 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine922 $length = $this->getLengthInBytes();
96 public function getLengthInBytes() function in phpseclib3\\Math\\PrimeField98 return Integer::getModulo($this->instanceID)->getLengthInBytes();
151 public function getLengthInBytes() function in phpseclib3\\Math\\BinaryField
645 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger647 return $this->value->getLengthInBytes();
64 public function getLengthInBytes() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base66 return $this->factory->getLengthInBytes();
447 $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();
1074 public function getLengthInBytes() function in phpseclib3\\Crypt\\Hash
510 $qlen = $this->q->getLengthInBytes();540 $rolen = $this->q->getLengthInBytes();
1032 if ($dkLen > $hashObj->getLengthInBytes()) {1097 $c = ceil($n / $hashObj->getLengthInBytes());
317 $length = static::$modulo[$this->instanceID]->getLengthInBytes();
306 $order = $curve->getLengthInBytes();
1853 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));2083 $this->hmac_size = $this->hmac_check->getLengthInBytes();