Searched refs:getLengthInBytes (Results 1 – 13 of 13) sorted by relevance
50 if ($n->getLengthInBytes() < 31 || $n->getLengthInBytes() > 16384) {59 $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT);
623 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine915 $length = $this->getLengthInBytes();
102 public function getLengthInBytes() function in phpseclib3\\Math\\PrimeField104 return Integer::getModulo($this->instanceID)->getLengthInBytes();
648 public function getLengthInBytes() function in phpseclib3\\Math\\BigInteger650 return $this->value->getLengthInBytes();
146 public function getLengthInBytes() function in phpseclib3\\Math\\BinaryField
464 $key->k = $key->modulus->getLengthInBytes();520 $this->hLen = $this->hash->getLengthInBytes();522 $this->mgfHLen = $this->mgfHash->getLengthInBytes();748 $new->hLen = $new->hash->getLengthInBytes();784 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
899 public function getLengthInBytes() function in phpseclib3\\Crypt\\Hash
82 public function getLengthInBytes() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base84 return $this->factory->getLengthInBytes();
550 $qlen = $this->q->getLengthInBytes();581 $rolen = $this->q->getLengthInBytes();
1028 if ($dkLen > $hashObj->getLengthInBytes()) {1094 $c = ceil($n / $hashObj->getLengthInBytes());
319 $length = static::$modulo[$this->instanceID]->getLengthInBytes();
311 $order = $curve->getLengthInBytes();
1815 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));2055 $this->hmac_size = $this->hmac_check->getLengthInBytes();