Home
last modified time | relevance | path

Searched refs:Auth_OpenID_CryptUtil (Results 1 – 10 of 10) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DAssociation.php377 return Auth_OpenID_CryptUtil::constEq($calculated_sig, $sig);
H A DBigMath.php172 $bytes = "\x00" . Auth_OpenID_CryptUtil::getBytes($nbytes);
H A DCryptUtil.php26 class Auth_OpenID_CryptUtil { class
83 return Auth_OpenID_CryptUtil::getBytes($length);
98 $n = ord(Auth_OpenID_CryptUtil::getBytes(1));
H A DNonce.php96 $salt = Auth_OpenID_CryptUtil::randomString(
H A DServer.php1375 $secret = Auth_OpenID_CryptUtil::getBytes(
1378 $uniq = base64_encode(Auth_OpenID_CryptUtil::getBytes(4));
/plugin/openid/Auth/OpenID/
H A DAssociation.php388 return Auth_OpenID_CryptUtil::constEq($calculated_sig, $sig);
H A DBigMath.php168 $bytes = "\x00" . Auth_OpenID_CryptUtil::getBytes($nbytes);
H A DCryptUtil.php26 class Auth_OpenID_CryptUtil { class
82 return Auth_OpenID_CryptUtil::getBytes($length);
97 $n = ord(Auth_OpenID_CryptUtil::getBytes(1));
H A DNonce.php96 $salt = Auth_OpenID_CryptUtil::randomString(
H A DServer.php1525 $secret = Auth_OpenID_CryptUtil::getBytes(
1528 $uniq = base64_encode(Auth_OpenID_CryptUtil::getBytes(4));