Home
last modified time | relevance | path

Searched refs:n (Results 426 – 429 of 429) sorted by path

1...<<1112131415161718

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php485 "-----BEGIN PUBLIC KEY-----\r\n" .
518 base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey']))
564 return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Strings::base64_encode($cert), 64) . '-----END CERTIFICATE-----';
1141 fputs($fsock, "GET $path HTTP/1.0\r\n");
1142 fputs($fsock, "Host: $parts[host]\r\n\r\n");
1153 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
2237 "-----BEGIN PUBLIC KEY-----\r\n" .
2269 base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']))
2288 return "-----BEGIN CERTIFICATE REQUEST-----\r\n"
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php296 * echo "\r\n";
318 * @param BigInteger $n
321 public function modInverse(BigInteger $n)
323 return new static($this->value->modInverse($n->value));
331 * @param BigInteger $n
334 public function extendedGCD(BigInteger $n)
336 extract($this->value->extendedGCD($n->value));
354 * @param BigInteger $n
357 public function gcd(BigInteger $n)
359 return new static($this->value->gcd($n
1659 modPow($e, $n) global() argument
1810 powMod($e, $n) global() argument
1829 _slidingWindow($e, $n, $mode) global() argument
1906 _reduce($x, $n, $mode) global() argument
1943 _prepareReduce($x, $n, $mode) global() argument
1962 _multiplyReduce($x, $y, $n, $mode) global() argument
1981 _squareReduce($x, $n, $mode) global() argument
2000 _mod2($n) global() argument
2031 _barrett($n, $m) global() argument
2128 _regularBarrett($x, $n) global() argument
2281 _montgomery($x, $n) global() argument
2380 _prepMontgomery($x, $n) global() argument
2455 modInverse($n) global() argument
2519 extendedGCD($n) global() argument
2648 gcd($n) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php35 * $ssh->write("ls -la\n");
1364 fputs($this->fsock, $this->identifier . "\r\n");
1394 $temp = stream_get_line($this->fsock, 255, "\n");
1402 $line .= "$temp\n";
1410 //if (substr($line, -2) == "\r\n") {
1429 $this->append_log('->', $this->identifier . "\r\n");
1432 $this->server_identifier = trim($temp, "\r\n");
1455 fputs($this->fsock, $this->identifier . "\r\n");
3823 $this->errors[] = 'SSH_MSG_DISCONNECT: ' . self::$disconnect_reasons[$reason_code] . "\r\n$message";
4141 $this->errors[count($this->errors) - 1] .= "\r\n
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt102 echo "\n";

1...<<1112131415161718