Searched refs:getLengthInBytes (Results 1 – 14 of 14) sorted by relevance
46 if ($n->getLengthInBytes() < 31 || $n->getLengthInBytes() > 16384) {55 $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT);
656 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine954 $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
679 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger681 return $this->value->getLengthInBytes();
64 public function getLengthInBytes() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base66 return $this->factory->getLengthInBytes();
441 $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();
508 } elseif ($curve->getLengthInBytes() == strlen($secret)) {
1163 public function getLengthInBytes() function in phpseclib3\\Crypt\\Hash
521 $qlen = $this->q->getLengthInBytes();551 $rolen = $this->q->getLengthInBytes();
1037 if ($dkLen > $hashObj->getLengthInBytes()) {1102 $c = ceil($n / $hashObj->getLengthInBytes());
337 $length = static::$modulo[$this->instanceID]->getLengthInBytes();
310 $order = $curve->getLengthInBytes();
1858 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));2088 $this->hmac_size = $this->hmac_check->getLengthInBytes();