Provides SHA1 support for WebSockets.
More...
#include <stdint.h>
Go to the source code of this file.
Provides SHA1 support for WebSockets.
Definition in file coap_sha1_internal.h.
◆ _SHA_enum_
◆ SHA1HashSize
◆ SHA1Context
| typedef struct SHA1Context SHA1Context |
◆ anonymous enum
| Enumerator |
|---|
| shaSuccess | |
| shaNull | |
| shaInputTooLong | |
| shaStateError | |
Definition at line 73 of file coap_sha1_internal.h.
◆ SHA1Input()
| int SHA1Input |
( |
SHA1Context * | , |
|
|
const uint8_t * | , |
|
|
unsigned int | ) |
◆ SHA1Reset()
◆ SHA1Result()
| int SHA1Result |
( |
SHA1Context * | , |
|
|
uint8_t | Message_Digest[SHA1HashSize] ) |