LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
_HMAC_SHA1_CTX Struct Reference

#include <hmac_sha1.h>

Collaboration diagram for _HMAC_SHA1_CTX:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 61 of file hmac_sha1.h.

Field Documentation

◆ hashkey

unsigned int _HMAC_SHA1_CTX::hashkey

Definition at line 67 of file hmac_sha1.h.

◆ ipad

unsigned char _HMAC_SHA1_CTX::ipad[HMAC_SHA1_BLOCK_LENGTH]

Definition at line 62 of file hmac_sha1.h.

◆ key

unsigned char _HMAC_SHA1_CTX::key[HMAC_SHA1_BLOCK_LENGTH]

Definition at line 65 of file hmac_sha1.h.

◆ keylen

unsigned int _HMAC_SHA1_CTX::keylen

Definition at line 66 of file hmac_sha1.h.

◆ opad

unsigned char _HMAC_SHA1_CTX::opad[HMAC_SHA1_BLOCK_LENGTH]

Definition at line 63 of file hmac_sha1.h.

◆ shactx

SHA_CTX _HMAC_SHA1_CTX::shactx

Definition at line 64 of file hmac_sha1.h.


The documentation for this struct was generated from the following file: