Home
last modified time | relevance | path

Searched refs:toBytes (Results 26 – 49 of 49) sorted by last modified time

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php123 return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num);
138 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
H A DBigInteger.php219 public function toBytes($twos_compliment = false) function in phpseclib3\\Math\\BigInteger
221 return $this->value->toBytes($twos_compliment);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DSSH2.php76 str_pad($r->toBytes(), 20, "\0", STR_PAD_LEFT) .
77 str_pad($s->toBytes(), 20, "\0", STR_PAD_LEFT)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php87 return strrev($publicKey[0]->toBytes());
106 return $privateKey->toBytes();
H A DOpenSSH.php165 $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes();
208 $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php666 return $y->add($length)->toBytes();
763 return $y->toBytes();
787 $y = str_pad(substr($y->toBytes(), -4), 4, "\0", STR_PAD_LEFT);
1474 … $temp = $hash[0]->toBytes() . $hash[1]->toBytes() . $hash[2]->toBytes() . $hash[3]->toBytes() .
1475 … $hash[4]->toBytes() . $hash[5]->toBytes() . $hash[6]->toBytes() . $hash[7]->toBytes();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php210 $n = strrev($n->toBytes());
211 $e = str_pad(strrev($e->toBytes()), 4, "\0");
215 $key .= strrev($primes[1]->toBytes());
216 $key .= strrev($primes[2]->toBytes());
217 $key .= strrev($exponents[1]->toBytes());
218 $key .= strrev($exponents[2]->toBytes());
219 $key .= strrev($coefficients[2]->toBytes());
220 $key .= strrev($d->toBytes());
235 $n = strrev($n->toBytes());
236 $e = str_pad(strrev($e->toBytes()), 4, "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php59 $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT);
H A DGMP.php149 public function toBytes($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1014 $value = $source->toBytes(true);
1021 $value = $value->toBytes(true);
1255 $temp = (chr(0x80) | $submask->toBytes()) . $temp;
H A DX509.php720 if ($value['authorityCertSerialNumber']->toBytes() == '') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php317 public function toBytes() function in phpseclib3\\Math\\PrimeField\\Integer
320 return str_pad($this->value->toBytes(), $length, "\0", STR_PAD_LEFT);
330 return Hex::encode($this->toBytes());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1819 $ourPublicBytes = $ourPublic->toBytes(true);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/ipban/ip-lib/src/
H A DFactory.php135 $toBytes = $to->getBytes();
140 $toByte = $toBytes[$byteIndex];
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php213 $bytes1 = $this->toBytes();
214 $bytes2 = $integer->toBytes();
238 $bytes1 = $this->toBytes();
239 $bytes2 = $integer->toBytes();
263 $bytes1 = $this->toBytes();
264 $bytes2 = $integer->toBytes();
290 foreach ($this->toBytes() as $byte) {
317 public function toBytes() { function in GTBigInteger
352 $bytes = $int->toBytes();
392 foreach ($this->toBytes() as $byte) {
H A DGTUtil.php570 $checksum = $checksum->toBytes();
/plugin/gtime/gtlib/asn1/
H A DASN1Integer.php72 $bytes = $this->value->toBytes();
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php114 $bytes = $int->toBytes();
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php579 $b = Auth_OpenID::toBytes($str);
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12