| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | OpenID | 
| This module contains code for dealing with associations between consumers and servers. | |
| Functions | |
| Auth_OpenID_SHA1 ($text) | |
| Auth_OpenID_HMACSHA1 ($key, $text) | |
| Compute an HMAC/SHA1 hash. | |
| Variables | |
| const | Auth_OpenID_SHA1_BLOCKSIZE = 64 | 
| SHA1_BLOCKSIZE is this module's SHA1 blocksize used by the fallback implementation. | |
| 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(), Auth_OpenID_SHA1_BLOCKSIZE, and Auth_OpenID\bytes().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| const Auth_OpenID_SHA1_BLOCKSIZE = 64 | 
SHA1_BLOCKSIZE is this module's SHA1 blocksize used by the fallback implementation.
Definition at line 23 of file HMAC.php.
Referenced by Auth_OpenID_HMACSHA1().