Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DPuTTY.php99 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
100 $name = $public[0];
101 $public = Strings::base64_decode($public[1]);
102 list(, $length) = unpack('N', Strings::shift($public, 4));
103 Strings::shift($public, $length);
118 return self::wrapPrivateKey($public, $private, $name, $password, $options);
130 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
131 $type = $public[0];
132 $public = Strings::base64_decode($public[1]);
133 list(, $length) = unpack('N', Strings::shift($public, 4));
[all …]
Dlibsodium.php50 $public = $key;
54 $public = substr($key, -32);
57 $public = substr($key, -32);
58 if (substr($key, 32, 32) != $public) {
74 $components['QA'] = isset($public) ?
75 self::extractPoint($public, $curve) :
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDH.php275 * @param PublicKey|BigInteger|string $public
278 public static function computeSecret($private, $public) argument
282 case $public instanceof PublicKey:
283 … if (!$private->prime->equals($public->prime) || !$private->base->equals($public->base)) {
286 … return $public->publicKey->powMod($private->privateKey, $private->prime)->toBytes(true);
287 case is_string($public):
288 $public = new BigInteger($public, -256);
290 case $public instanceof BigInteger:
291 return $public->powMod($private->privateKey, $private->prime)->toBytes(true);
299 case $public instanceof EC\PublicKey:
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPuTTY.php198 …$public = Strings::base64_decode(implode('', array_map('trim', array_slice($key, 4, $publicLength)…
200 $source = Strings::packSSH2('ssss', $type, $encryption, $components['comment'], $public);
202 extract(unpack('Nlength', Strings::shift($public, 4)));
203 $newtype = Strings::shift($public, $length);
208 $components['public'] = $public;
277 * @param string $public
284 … protected static function wrapPrivateKey($public, $private, $type, $password, array $options = []) argument
294 $public = Strings::packSSH2('s', $type) . $public;
296 $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public);
298 $public = Strings::base64_encode($public);
[all …]
DPKCS8.php493 $public = ASN1::asn1map($decoded[0], Maps\PublicKeyInfo::MAP);
495 if (is_array($public)) {
500 if ($public['publicKey'][0] != "\0") {
501 …ption('The first byte of the public key should be null - not ' . bin2hex($public['publicKey'][0]));
504 if (!in_array($public['publicKeyAlgorithm']['algorithm'], static::OID_NAME)) {
505 …throw new UnsupportedAlgorithmException($public['publicKeyAlgorithm']['algorithm'] . ' is not a su…
508 if ($public['publicKeyAlgorithm']['algorithm'] != static::OID_NAME) {
509 …eption('Only ' . static::OID_NAME . ' keys are supported; this is a ' . $public['publicKeyAlgorith…
512 …if (isset($public['publicKeyAlgorithm']['parameters']) && !$public['publicKeyAlgorithm']['paramete…
514 …$public['publicKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $temp[…
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DPuTTY.php62 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $public);
86 $public = Strings::packSSH2('iiii', $p, $q, $g, $y);
89 return self::wrapPrivateKey($public, $private, 'ssh-dss', $password, $options);
/dokuwiki/lib/plugins/extension/images/
Dlicense.txt1 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-…
2 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DPuTTY.php64 $result = Strings::unpackSSH2('ii', $public);
104 $public = Strings::packSSH2('ii', $e, $n);
107 return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options);
/dokuwiki/inc/
Dfetch.functions.php24 * @param bool $public is this a public ressource or a private one?
32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = []) argument
55 if ($public) {
/dokuwiki/lib/plugins/logviewer/lang/pt-br/
Dintro.txt8 Certifique-se de redigir os logs adequadamente ao publicá-los no fórum ou em relatórios de bugs!
/dokuwiki/lib/plugins/logviewer/lang/pt/
Dintro.txt7 Certifique-se de analisar os logs cuidadosamente ao publicá-los no fórum ou em relatórios de bugs!
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
Ddjango.sql28 SET search_path = public, pg_catalog;
1347 REVOKE ALL ON SCHEMA public FROM PUBLIC;
1348 REVOKE ALL ON SCHEMA public FROM postgres;
1349 GRANT ALL ON SCHEMA public TO postgres;
1350 GRANT ALL ON SCHEMA public TO PUBLIC;
/dokuwiki/vendor/aziraphale/email-address-validator/
DREADME.md12 to be public methods
/dokuwiki/vendor/simplepie/simplepie/idn/
DReadMe.txt19 The class provides two public methods, encode() and decode(), which do exactly
DLICENCE395 implemented by public license practices. Many people have made
463 possible use to the public, we recommend making it free software that
/dokuwiki/vendor/splitbrain/lesserphp/
DLICENSE138 public, and in some countries other activities as well.
169 implementation is available to the public in source code form. A
331 Source of the work are being offered to the general public at no
380 documented (and with an implementation available to the public in
622 public statement of acceptance of a version permanently authorizes you
/dokuwiki/vendor/geshi/geshi/
DLICENSE219 implemented by public license practices. Many people have made
285 possible use to the public, the best way to achieve this is to make it
/dokuwiki/
DCOPYING219 implemented by public license practices. Many people have made
285 possible use to the public, the best way to achieve this is to make it
Dcomposer.lock397 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
/dokuwiki/vendor/splitbrain/php-jsstrip/
Dcomposer.lock1141 … "description": "Allows reflection of object attributes, including inherited and non-public ones",
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt414 public static void main(String[] args) {
/dokuwiki/data/pages/wiki/
Dsyntax.txt414 public static void main(String[] args) {
/dokuwiki/vendor/splitbrain/slika/
Dcomposer.lock1364 … "description": "Allows reflection of object attributes, including inherited and non-public ones",
/dokuwiki/vendor/openpsa/universalfeedcreator/
DLICENSE395 implemented by public license practices. Many people have made
/dokuwiki/_test/
Dcomposer.lock1785 … "description": "Allows reflection of object attributes, including inherited and non-public ones",

12