Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPrivateKey.php21 public function sign($message); function
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php60 * @param boolean $sign
63 public function recoverX(BigInteger $y, $sign) argument
72 if ($sign) {
85 if ($x->isOdd() != $sign) {
H A DEd25519.php104 * @param boolean $sign
107 public function recoverX(BigInteger $y, $sign) argument
116 if ($sign) {
144 if ($x->isOdd() != $sign) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php78 public function sign($message) function in phpseclib3\\Crypt\\DSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php272 public function sign($message) function in phpseclib3\\System\\SSH\\Agent\\Identity
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php283 $sign = (bool) (ord($y[0]) & 0x80);
289 $point = $curve->recoverX($y, $sign);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php92 public function sign($message) function in phpseclib3\\Crypt\\EC\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php289 public function sign($message) function in phpseclib3\\Crypt\\RSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2544 public function sign(X509 $issuer, X509 $subject) function in phpseclib3\\File\\X509
2712 …$this->currentCert['signature'] = $result['signature'] = "\0" . $issuer->privateKey->sign($this->s…
2767 …$this->currentCert['signature'] = $result['signature'] = "\0" . $this->privateKey->sign($this->sig…
2827 …$this->currentCert['signature'] = $result['signature'] = "\0" . $this->privateKey->sign($this->sig…
2958 …$this->currentCert['signature'] = $result['signature'] = "\0" . $issuer->privateKey->sign($this->s…
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md117 - precentages by provifing an integer and a percent sign (eg. ``25%``)
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/dokuwiki/
H A DCOPYING326 school, if any, to sign a "copyright disclaimer" for the program, if
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE493 school, if any, to sign a "copyright disclaimer" for the library, if
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2785 $signature = $privatekey->sign(Strings::packSSH2('s', $this->session_id) . $packet);