pianod2
multisource multiuser scriptable networked music player
Classes | Macros | Typedefs | Enumerations | Functions
sha1.h File Reference
#include <stdint.h>
Include dependency graph for sha1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SHA1Context
 

Macros

#define _SHA_enum_
 
#define SHA1HashSize   20
 

Typedefs

typedef struct SHA1Context SHA1Context
 

Enumerations

enum  { shaSuccess = 0 , shaNull , shaInputTooLong , shaStateError }
 

Functions

int SHA1Reset (SHA1Context *)
 
int SHA1Input (SHA1Context *, const uint8_t *, unsigned int)
 
int SHA1Result (SHA1Context *, uint8_t Message_Digest[SHA1HashSize])
 

Macro Definition Documentation

◆ _SHA_enum_

#define _SHA_enum_

◆ SHA1HashSize

#define SHA1HashSize   20

Typedef Documentation

◆ SHA1Context

typedef struct SHA1Context SHA1Context

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
shaSuccess 
shaNull 
shaInputTooLong 
shaStateError 

Function Documentation

◆ SHA1Input()

int SHA1Input ( SHA1Context ,
const uint8_t *  ,
unsigned int   
)

◆ SHA1Reset()

int SHA1Reset ( SHA1Context context)
Here is the caller graph for this function:

◆ SHA1Result()

int SHA1Result ( SHA1Context context,
uint8_t  Message_Digest[SHA1HashSize] 
)
Here is the call graph for this function:
Here is the caller graph for this function: