Lines Matching defs:runtime_context
20 struct runtime_context { struct
21 uint8_t msg_buf[MSG_MAX_SIZE];
22 struct byte_array msg;
24 uint8_t ead_buf[EAD_SIZE];
26 struct byte_array ead;
27 struct suite suite;
28 uint8_t msg1_hash_buf[HASH_SIZE];
29 struct byte_array msg1_hash;
32 uint8_t th4_buf[HASH_SIZE];
33 struct byte_array th4;
34 uint8_t prk_4e3m_buf[PRK_SIZE];
35 struct byte_array prk_4e3m;
38 bool static_dh_i;
39 uint8_t th3_buf[HASH_SIZE];
40 struct byte_array th3;
41 uint8_t prk_3e2m_buf[PRK_SIZE];
42 struct byte_array prk_3e2m;