Searched refs:SIGNATURE_PSS (Results 1 – 4 of 4) sorted by relevance
126 const SIGNATURE_PSS = 16; define in phpseclib3\\Crypt\\RSA158 protected $signaturePadding = self::SIGNATURE_PSS;881 self::SIGNATURE_PSS,967 if ($this->$paddingType === self::SIGNATURE_PSS) {997 … case $this->signaturePadding === self::SIGNATURE_PSS && defined('OPENSSL_PKCS1_PSS_PADDING'):998 case $this->signaturePadding !== self::SIGNATURE_PSS && function_exists($func):1016 $result = $this->signaturePadding === self::SIGNATURE_PSS ?
529 if ($this->signaturePadding == self::SIGNATURE_PSS) {
495 if ($this->signaturePadding == self::SIGNATURE_PSS) {
2983 if ($key->getPadding() & RSA::SIGNATURE_PSS) {3713 …format = $this->publicKey instanceof RSA && ($this->publicKey->getPadding() & RSA::SIGNATURE_PSS) ?