Lines Matching defs:edhoc_initiator_context
63 struct edhoc_initiator_context { struct
64 struct byte_array c_i; /*connection identifier of the initiator*/
65 enum method_type method;
66 struct byte_array suites_i;
67 struct byte_array ead_1;
68 struct byte_array ead_3;
69 struct byte_array id_cred_i;
70 struct byte_array cred_i;
71 struct byte_array g_x; /*ephemeral dh public key*/
72 struct byte_array x; /*ephemeral dh secret key*/
73 struct byte_array g_i; /* static DH pk -> use only with method 2 or 3*/
74 struct byte_array i; /* static DH sk -> use only with method 2 or 3*/
75 struct byte_array sk_i; /*sign key use with method 0 and 2*/
76 struct byte_array pk_i; /*coresp. pk to sk_r -use with method 0 and 2*/
77 void *sock; /*pointer used as handler for sockets by tx/rx */
78 void *params_ead_process; /*parameters for processing EAD2 and EAD4 */