|
tinydtls
0.8.1
|
#include <hmac.h>
Data Fields | |
| unsigned char | pad [DTLS_HMAC_BLOCKSIZE] |
| dtls_hash_ctx | data |
Context for HMAC generation. This object is initialized with dtls_hmac_init() and must be passed to dtls_hmac_update() and dtls_hmac_finalize(). Once, finalized, the component H is invalid and must be initialized again with dtls_hmac_init() before the structure can be used again.
| dtls_hash_ctx dtls_hmac_context_t::data |
| unsigned char dtls_hmac_context_t::pad[DTLS_HMAC_BLOCKSIZE] |
1.8.6