Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php35 $response = base64_encode($user . " " . self::generateCRAMMD5Hash($pass, $challenge));
57 public static function generateCRAMMD5Hash($password, $challenge) function in Swift_Authenticator_CRAMMD5