LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Data Structures | |
struct | _SHA_CTX |
Macros | |
#define | SHA1_BLOCK_LENGTH 64 |
#define | SHA1_DIGEST_LENGTH 20 |
Typedefs | |
typedef unsigned int | sha1_quadbyte |
typedef unsigned char | sha1_byte |
typedef struct _SHA_CTX | SHA_CTX |
Functions | |
void | SHA1_Init (SHA_CTX *context) |
void | SHA1_Update (SHA_CTX *context, sha1_byte *data, unsigned int len) |
void | SHA1_Final (sha1_byte digest[SHA1_DIGEST_LENGTH], SHA_CTX *context) |
typedef unsigned int sha1_quadbyte |