libcoap 4.3.5-develop-19cef11
|
#include <coap_sha1_internal.h>
Data Fields | |
uint32_t | Intermediate_Hash [SHA1HashSize/4] |
uint32_t | Length_Low |
uint32_t | Length_High |
int_least16_t | Message_Block_Index |
uint8_t | Message_Block [64] |
int | Computed |
int | Corrupted |
Definition at line 86 of file coap_sha1_internal.h.
int SHA1Context::Computed |
Definition at line 96 of file coap_sha1_internal.h.
int SHA1Context::Corrupted |
Definition at line 97 of file coap_sha1_internal.h.
uint32_t SHA1Context::Intermediate_Hash[SHA1HashSize/4] |
Definition at line 87 of file coap_sha1_internal.h.
uint32_t SHA1Context::Length_High |
Definition at line 90 of file coap_sha1_internal.h.
uint32_t SHA1Context::Length_Low |
Definition at line 89 of file coap_sha1_internal.h.
uint8_t SHA1Context::Message_Block[64] |
Definition at line 94 of file coap_sha1_internal.h.
int_least16_t SHA1Context::Message_Block_Index |
Definition at line 93 of file coap_sha1_internal.h.