RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Typedefs | Functions
sha512.h File Reference
#include <sys/types.h>
Include dependency graph for sha512.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SHA512Context
 

Typedefs

typedef struct SHA512Context SHA512_CTX
 

Functions

__BEGIN_DECLS void SHA512_Init (SHA512_CTX *)
 
void SHA512_Update (SHA512_CTX *, const void *, size_t)
 
void SHA512_Final (unsigned char [64], SHA512_CTX *)
 
char * SHA512_End (SHA512_CTX *, char *)
 
char * SHA512_File (const char *, char *)
 
char * SHA512_FileChunk (const char *, char *, off_t, off_t)
 
char * SHA512_Data (const void *, unsigned int, char *)