Home
last modified time | relevance | path

Searched defs:edhoc_responder_context (Results 1 – 1 of 1) sorted by relevance

/uoscore-uedhoc-latest/inc/
Dedhoc.h46 struct edhoc_responder_context { struct
47 struct byte_array c_r; /*connection identifier of the responder*/
48 struct byte_array suites_r;
49 struct byte_array g_y; /*ephemeral dh public key*/
50 struct byte_array y; /*ephemeral dh secret key*/
51 struct byte_array g_r; /* static DH pk -> use only with method 1 or 3*/
52 struct byte_array r; /* static DH sk -> use only with method 1 or 3*/
53 struct byte_array ead_2; /*EAD to be send in message 2*/
54 struct byte_array ead_4; /*EAD to be send in message 4*/
55 struct byte_array id_cred_r;
[all …]