RTEMS 6.1-rc1
|
This header file provides the interfaces of the Hash Handler. More...
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... | |
This header file provides the interfaces of the Hash Handler.