|
LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <hmac_sha1.h>

Data Fields | |
| unsigned char | ipad [HMAC_SHA1_BLOCK_LENGTH] |
| unsigned char | opad [HMAC_SHA1_BLOCK_LENGTH] |
| SHA_CTX | shactx |
| unsigned char | key [HMAC_SHA1_BLOCK_LENGTH] |
| unsigned int | keylen |
| unsigned int | hashkey |
Definition at line 61 of file hmac_sha1.h.
| unsigned int _HMAC_SHA1_CTX::hashkey |
Definition at line 67 of file hmac_sha1.h.
| unsigned char _HMAC_SHA1_CTX::ipad[HMAC_SHA1_BLOCK_LENGTH] |
Definition at line 62 of file hmac_sha1.h.
| unsigned char _HMAC_SHA1_CTX::key[HMAC_SHA1_BLOCK_LENGTH] |
Definition at line 65 of file hmac_sha1.h.
| unsigned int _HMAC_SHA1_CTX::keylen |
Definition at line 66 of file hmac_sha1.h.
| unsigned char _HMAC_SHA1_CTX::opad[HMAC_SHA1_BLOCK_LENGTH] |
Definition at line 63 of file hmac_sha1.h.
| SHA_CTX _HMAC_SHA1_CTX::shactx |
Definition at line 64 of file hmac_sha1.h.