RTEMS 6.1-rc1
|
This header file contains interfaces of the SHA384 hash algorithm support. More...
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | SHA384Context |
Macros | |
#define | SHA384_BLOCK_LENGTH 128 |
#define | SHA384_DIGEST_LENGTH 48 |
#define | SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1) |
Typedefs | |
typedef struct SHA384Context | SHA384_CTX |
Functions | |
__BEGIN_DECLS void | SHA384_Init (SHA384_CTX *) |
void | SHA384_Update (SHA384_CTX *, const void *, size_t) |
void | SHA384_Final (unsigned char[__min_size(SHA384_DIGEST_LENGTH)], SHA384_CTX *) |
char * | SHA384_End (SHA384_CTX *, char *) |
char * | SHA384_Data (const void *, unsigned int, char *) |
char * | SHA384_File (const char *, char *) |
char * | SHA384_FileChunk (const char *, char *, off_t, off_t) |
This header file contains interfaces of the SHA384 hash algorithm support.