Contiki-NG
Loading...
Searching...
No Matches
edhoc-msg-generators.h File Reference

Declarations for EDHOC message generators. More...

#include "edhoc.h"
#include "edhoc-error.h"

Go to the source code of this file.

Functions

edhoc_error_t edhoc_generate_message_1 (edhoc_context_t *ctx, uint8_t *ad, size_t ad_sz, bool suite_array)
 Generate the EDHOC Message 1 and set it in the EDHOC context.
edhoc_error_t edhoc_generate_message_2 (edhoc_context_t *ctx, const uint8_t *auth_data, size_t auth_data_size)
 Generate the EDHOC Message 2 and set it in the EDHOC context.
edhoc_error_t edhoc_generate_message_3 (edhoc_context_t *ctx, const uint8_t *auth_data, size_t auth_data_size)
 Generate the EDHOC Message 3 and set it in the EDHOC context.

Detailed Description

Declarations for EDHOC message generators.

Author
Lidia Pocero pocer.nosp@m.o@is.nosp@m.i.gr, Peter A Jonsson, Rikard Höglund, Marco Tiloca Christos Koulamas cklm@.nosp@m.isi..nosp@m.gr, Niclas Finne nicla.nosp@m.s.fi.nosp@m.nne@r.nosp@m.i.se, Nicolas Tsiftes nicol.nosp@m.as.t.nosp@m.sifte.nosp@m.s@ri.nosp@m..se

Definition in file edhoc-msg-generators.h.