|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Namespaces | |
| namespace | OpenID |
Enumerations | |
| enum | Auth_OpenID_SHA1_BLOCKSIZE |
Functions | |
| Auth_OpenID_SHA1 ($text) | |
| Auth_OpenID_HMACSHA1 ($key, $text) | |
| Auth_OpenID_HMACSHA1 | ( | $ | key, |
| $ | text | ||
| ) |
Compute an HMAC/SHA1 hash.
private
| string | $key | The HMAC key |
| string | $text | The message text to hash |
Definition at line 57 of file HMAC.php.
References Auth_OpenID_SHA1(), and Auth_OpenID\bytes().
| Auth_OpenID_SHA1 | ( | $ | text | ) |
Definition at line 25 of file HMAC.php.
Referenced by Auth_OpenID_FileStore\_safe64(), Auth_OpenID_DumbStore\Auth_OpenID_DumbStore(), and Auth_OpenID_HMACSHA1().
1.7.5.1