|
libcoap 4.3.5-develop-13abce9
|
Provides SHA1 support for WebSockets. More...
#include <stdint.h>
Include dependency graph for coap_sha1_internal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| 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]) |
Provides SHA1 support for WebSockets.
Definition in file coap_sha1_internal.h.
| #define _SHA_enum_ |
Definition at line 76 of file coap_sha1_internal.h.
| #define SHA1HashSize 20 |
Definition at line 84 of file coap_sha1_internal.h.
| typedef struct SHA1Context SHA1Context |
| anonymous enum |
| Enumerator | |
|---|---|
| shaSuccess | |
| shaNull | |
| shaInputTooLong | |
| shaStateError | |
Definition at line 77 of file coap_sha1_internal.h.
| int SHA1Input | ( | SHA1Context * | , |
| const uint8_t * | , | ||
| unsigned int | |||
| ) |
| int SHA1Reset | ( | SHA1Context * | ) |
| int SHA1Result | ( | SHA1Context * | , |
| uint8_t | Message_Digest[SHA1HashSize] | ||
| ) |