Home
last modified time | relevance | path

Searched refs:SIGNATURE_RELAXED_PKCS1 (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php228 if ($padding != RSA::SIGNATURE_PKCS1 && $padding != RSA::SIGNATURE_RELAXED_PKCS1) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php144 const SIGNATURE_RELAXED_PKCS1 = 32; define in phpseclib3\\Crypt\\RSA
891 self::SIGNATURE_RELAXED_PKCS1,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php314 case self::SIGNATURE_RELAXED_PKCS1:
H A DPrivateKey.php310 case self::SIGNATURE_RELAXED_PKCS1: