RTEMS 6.1-rc1
Data Structures | Macros | Functions
hash.h File Reference

This header file provides the interfaces of the Hash Handler. More...

#include <rtems/score/basedefs.h>
#include <sha256.h>
#include <string.h>

Go to the source code of this file.

Data Structures

struct  Hash_Control
 This type represents a hash value. More...
 
struct  Hash_Context
 This type represents the context to compute a hash value. More...
 

Macros

#define HASH_CONTROL_STRING_SIZE   45
 This constant represents the size of a hash string. More...
 

Functions

void _Hash_Finalize (Hash_Context *context, Hash_Control *hash)
 Finalizes the hash value computation and produces the hash value. More...
 

Detailed Description

This header file provides the interfaces of the Hash Handler.