Home
last modified time | relevance | path

Searched refs:encryptionPadding (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php150 protected $encryptionPadding = self::ENCRYPTION_OAEP; variable in phpseclib3\\Crypt\\RSA
856 $encryptionPadding = $selected;
878 $new->encryptionPadding = $encryptionPadding;
892 return $this->signaturePadding | $this->encryptionPadding;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php453 switch ($this->encryptionPadding) {
511 ->withPadding($this->signaturePadding | $this->encryptionPadding);
H A DPrivateKey.php437 switch ($this->encryptionPadding) {
466 ->withPadding($this->signaturePadding | $this->encryptionPadding);