mbed port of tinydtls

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
__session_tMulti-purpose address abstraction
aes128_ccm_tCrypto context for TLS_PSK_WITH_AES_128_CCM_8 cipher suite
dtls_client_hello_tStructure of the Client Hello message
dtls_context_tHolds global information of the DTLS engine
dtls_handler_tThis structure contains callback functions used by tinydtls to communicate with the application
dtls_handshake_header_tHeader structure for the DTLS handshake protocol
dtls_hello_verify_tStructure of the Hello Verify Request
dtls_hmac_context_tContext for HMAC generation
dtls_peer_tHolds security parameters, local state and the transport address for each peer
dtls_record_header_tGeneric header structure of the DTLS record layer