Lines Matching defs:edhoc_responder_context
46 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;
56 struct byte_array cred_r;
57 struct byte_array sk_r; /*sign key -use with method 0 and 2*/
58 struct byte_array pk_r; /*coresp. pk to sk_r -use with method 0 and 2*/
59 void *sock; /*pointer used as handler for sockets by tx/rx */
60 void *params_ead_process; /*parameters for processing EAD1 and EAD3 */