Home
last modified time | relevance | path

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

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 DRFC4648.php160 return Hex::encodeUpper($str);
173 return Hex::decode($str, true);
H A DHex.php32 abstract class Hex implements EncoderInterface class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
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";
H A DPKCS1.php19 use ParagonIE\ConstantTime\Hex; alias
151 $iv = Hex::decode(trim($matches[2]));
200 $iv = strtoupper(Hex::encode($iv));
/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/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java4 import org.apache.commons.codec.binary.Hex;
84 return new String(Hex.decodeHex(getParameter("dokuBase").toCharArray())); in getDokuBase()
H A DAbstractCaptureApplet.java27 import org.apache.commons.codec.binary.Hex;
201 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray()))); in hex2urlEncoded()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php17 use ParagonIE\ConstantTime\Hex; alias
330 return Hex::encode($this->toBytes());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php25 use ParagonIE\ConstantTime\Hex; alias
479 return Hex::encode($this->toBytes());
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java19 import org.apache.commons.codec.binary.Hex;
426 String urlsStr = new String(Hex.decodeHex(palettesEncoded.toCharArray())); in loadPalettes()
432 …ig()==null ? null : new StringBuilder(getConfig().getDokuHost()+new String(Hex.decodeHex(getConfig… in loadPalettes()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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 DBCMath.php18 use ParagonIE\ConstantTime\Hex; alias
112 $temp = new self(Hex::decode($x), 256);
H A DPHP.php18 use ParagonIE\ConstantTime\Hex; alias
106 $temp = new static(Hex::decode($x), 256);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java40 import org.apache.commons.codec.binary.Hex;
995 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
1007 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
H A DBasicGraphEditor.java.bak39 import org.apache.commons.codec.binary.Hex;
956 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
968 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
H A DEditorActions.java50 import org.apache.commons.codec.binary.Hex;
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray()))); in post()
1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge… in actionPerformed()
H A DEditorActions.java.bak50 import org.apache.commons.codec.binary.Hex;
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray())));
1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge…
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
H A Ddylan.min.js.map1 … stream.eatWhile(/[01]/);\n return \"number\";\n }\n // Hex number\n else …
H A Dcoffeescript.min.js.map1 …er\";\n }\n // Integers\n var intLiteral = false;\n // Hex\n if (stream.m…
/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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12