Home
last modified time | relevance | path

Searched refs:Auth_OpenID_SHA1 (Results 1 – 6 of 6) sorted by last modified time

/plugin/openid/Auth/OpenID/
H A DDumbStore.php56 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);
H A DFileStore.php615 $h64 = base64_encode(Auth_OpenID_SHA1($str));
H A DHMAC.php25 function Auth_OpenID_SHA1($text) function
61 $key = Auth_OpenID_SHA1($key);
74 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text);
75 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php566 $h64 = base64_encode(Auth_OpenID_SHA1($str));
H A DHMAC.php25 function Auth_OpenID_SHA1($text) function
60 $key = Auth_OpenID_SHA1($key, true);
73 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);
74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);
H A DDumbStore.php55 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);