SHA-1 handling functions.
More...
Go to the source code of this file.
SHA-1 handling functions.
Definition in file coap_sha1.c.
◆ SHA1CircularShift
| #define SHA1CircularShift |
( |
| bits, |
|
|
| word ) |
Value: (((word) << (bits)) | ((word) >> (32-(bits))))
Definition at line 77 of file coap_sha1.c.
◆ SHA1Input()
| int SHA1Input |
( |
SHA1Context * | context, |
|
|
const uint8_t * | message_array, |
|
|
unsigned | length ) |
◆ SHA1PadMessage()
◆ SHA1ProcessMessageBlock()
◆ SHA1Reset()
◆ SHA1Result()
| int SHA1Result |
( |
SHA1Context * | context, |
|
|
uint8_t | Message_Digest[SHA1HashSize] ) |