Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DPrivateKey.php21 public function sign($message); function
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd448.php60 * @param boolean $sign
63 public function recoverX(BigInteger $y, $sign) argument
72 if ($sign) {
85 if ($x->isOdd() != $sign) {
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/
DPrivateKey.php78 public function sign($message) function in phpseclib3\\Crypt\\DSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
DIdentity.php272 public function sign($message) function in phpseclib3\\System\\SSH\\Agent\\Identity
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DCommon.php283 $sign = (bool) (ord($y[0]) & 0x80);
289 $point = $curve->recoverX($y, $sign);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPrivateKey.php92 public function sign($message) function in phpseclib3\\Crypt\\EC\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
DPrivateKey.php289 public function sign($message) function in phpseclib3\\Crypt\\RSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
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/
DREADME.md117 - precentages by provifing an integer and a percent sign (eg. ``25%``)
/dokuwiki/vendor/geshi/geshi/
DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/dokuwiki/
DCOPYING326 school, if any, to sign a "copyright disclaimer" for the program, if
/dokuwiki/vendor/simplepie/simplepie/idn/
DLICENCE493 school, if any, to sign a "copyright disclaimer" for the library, if
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php2785 $signature = $privatekey->sign(Strings::packSSH2('s', $this->session_id) . $packet);