tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
dtls_handshake_parameters_ecdsa_t Struct Reference

#include <crypto.h>

Data Fields

uint8 own_eph_priv [32]
 
uint8 other_eph_pub_x [32]
 
uint8 other_eph_pub_y [32]
 
uint8 other_pub_x [32]
 
uint8 other_pub_y [32]
 

Detailed Description

Definition at line 79 of file crypto.h.

Field Documentation

uint8 dtls_handshake_parameters_ecdsa_t::other_eph_pub_x[32]

Definition at line 81 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_eph_pub_y[32]

Definition at line 82 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_pub_x[32]

Definition at line 83 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_pub_y[32]

Definition at line 84 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::own_eph_priv[32]

Definition at line 80 of file crypto.h.


The documentation for this struct was generated from the following file: