Home
last modified time | relevance | path

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

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php75 * @param string $sEncriptedString
80 public static function XxteaDecrypt($sEncriptedString, $sKey) argument
82 if (0 === \strlen($sEncriptedString))
88 return xxtea_decrypt($sEncriptedString, $sKey);
91 $aV = self::str2long($sEncriptedString, false);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php75 * @param string $sEncriptedString
80 public static function XxteaDecrypt($sEncriptedString, $sKey) argument
82 if (0 === \strlen($sEncriptedString))
88 return xxtea_decrypt($sEncriptedString, $sKey);
91 $aV = self::str2long($sEncriptedString, false);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DUtils.php155 * @param string $sEncriptedString
160 static public function DecryptString($sEncriptedString, $sKey) argument
162 return \MailSo\Base\Crypt::XxteaDecrypt($sEncriptedString, $sKey);
184 * @param string $sEncriptedString
189 static public function DecryptStringQ($sEncriptedString, $sKey) argument
197 return \MailSo\Base\Crypt::XxteaDecrypt($sEncriptedString,
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DUtils.php155 * @param string $sEncriptedString
160 static public function DecryptString($sEncriptedString, $sKey) argument
162 return \MailSo\Base\Crypt::XxteaDecrypt($sEncriptedString, $sKey);
184 * @param string $sEncriptedString
189 static public function DecryptStringQ($sEncriptedString, $sKey) argument
197 return \MailSo\Base\Crypt::XxteaDecrypt($sEncriptedString,