Home
last modified time | relevance | path

Searched refs:Hex (Results 1 – 25 of 38) sorted by path

12

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php220 return Hex::encode($bin_string);
233 return Hex::decode($hex_string);
246 return Hex::encodeUpper($bin_string);
258 return Hex::decode($bin_string);
H A DHex.php32 abstract class Hex implements EncoderInterface class
H A DRFC4648.php160 return Hex::encodeUpper($str);
173 return Hex::decode($str, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php19 use ParagonIE\ConstantTime\Hex; alias
151 $iv = Hex::decode(trim($matches[2]));
200 $iv = strtoupper(Hex::encode($iv));
H A DPuTTY.php21 use ParagonIE\ConstantTime\Hex; alias
92 $symkey .= Hex::decode(sha1($temp));
241 … $salt = Hex::decode(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
276 $hmac = Hex::decode($hmac);
339 $key .= "Argon2-Salt: " . Hex::encode($salt) . "\r\n";
365 $key .= 'Private-MAC: ' . Hex::encode($hash->hash($source)) . "\r\n";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php18 use ParagonIE\ConstantTime\Hex; alias
257 Hex::encode($data['curve']['a']),
258 Hex::encode($data['curve']['b'])
304 …xpectedValueException('extractPoint expects the first byte to be null - not ' . Hex::encode($val));
322 …dValueException('The first byte of an uncompressed point should be 04 - not ' . Hex::encode($val));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php30 use ParagonIE\ConstantTime\Hex; alias
1898 return strtolower(Hex::encode(pack('N', $hash)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php18 use ParagonIE\ConstantTime\Hex; alias
112 $temp = new self(Hex::decode($x), 256);
H A DEngine.php18 use ParagonIE\ConstantTime\Hex; alias
179 $x = Hex::encode(~Hex::decode($x));
277 return Hex::encode($this->toBytes($twos_compliment));
H A DPHP.php18 use ParagonIE\ConstantTime\Hex; alias
106 $temp = new static(Hex::decode($x), 256);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php25 use ParagonIE\ConstantTime\Hex; alias
479 return Hex::encode($this->toBytes());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php17 use ParagonIE\ConstantTime\Hex; alias
330 return Hex::encode($this->toBytes());
/plugin/ckgedit/ckeditor/
H A DCHANGES.md304 …dev/issues/607): Manually inserted Hex color is prefixed with a hash character (`#`) if needed. It…
324 * [#1008](https://github.com/ckeditor/ckeditor-dev/issues/1008): Fixed: Shorthand Hex colors from t…
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js.map1 …er\";\n }\n // Integers\n var intLiteral = false;\n // Hex\n if (stream.m…
H A Ddylan.min.js.map1 … stream.eatWhile(/[01]/);\n return \"number\";\n }\n // Hex number\n else …
H A Djulia.min.js.map1 …rs\n if (stream.match(/^0x[0-9a-f_]+/i)) { numberLiteral = true; } // Hex\n if (stream.m…
H A Dpython.min.js.map1 … }\n // Integers\n var intLiteral = false;\n // Hex\n if (stream…
H A Dsass.min.js.map1 … else{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\n if…
H A Dstylus.min.js.map1 …()];\n }\n // ID selector or Hex color\n if (ch == \"#\") {\n stream.next();…
H A Dvb.min.js.map1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
H A Dvbscript.min.js.map1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js106 …4)c.push(4294967296*u.random()|0);return new r.init(c,a)}}),w=d.enc={},v=w.Hex={stringify:function…
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js9 …4)c.push(4294967296*u.random()|0);return new r.init(c,a)}}),w=d.enc={},v=w.Hex={stringify:function…

12