tinydtls  0.8.6
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 69 of file crypto.h.

Field Documentation

uint8 dtls_handshake_parameters_ecdsa_t::other_eph_pub_x[32]

Definition at line 71 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_eph_pub_y[32]

Definition at line 72 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_pub_x[32]

Definition at line 73 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::other_pub_y[32]

Definition at line 74 of file crypto.h.

uint8 dtls_handshake_parameters_ecdsa_t::own_eph_priv[32]

Definition at line 70 of file crypto.h.


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