Home
last modified time | relevance | path

Searched refs:_HMAC_MD5 (Results 1 – 16 of 16) sorted by relevance

/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/auth_sasl/Auth/SASL/
H A DCramMD5.php65 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/imap/Auth/SASL/
H A DCramMD5.php63 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php68 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/deskutils/egroupware/egroupware/vendor/pear/auth_sasl/Auth/SASL/
H A DCramMD5.php65 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/security/pear-Auth_SASL/Auth_SASL-1.1.0/Auth/SASL/
H A DCramMD5.php65 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/security/pear-Auth_SASL2/Auth_SASL2-0.2.0/Auth/SASL2/
H A DCramMD5.php65 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL2_Common
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/imap/Auth/SASL/
H A DCramMD5.php63 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php68 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/www/osticket/upload/include/pear/Auth/SASL/
H A DCramMD5.php65 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE) function in Auth_SASL_Common
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core_pear/Auth/SASL/
H A DCramMD5.php67 return $user . ' ' . $this->_HMAC_MD5($pass, $challenge);
H A DCommon.php57 function _HMAC_MD5($key, $data, $raw_output = FALSE)