Searched refs:th3 (Results 1 – 4 of 4) sorted by relevance
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | initiator.c | 133 bool static_dh_r, struct byte_array *th3, in msg2_process() argument 193 th3)); in msg2_process() 196 TRY(prk_derive(static_dh_i, rc->suite, SALT_4e3m, th3, PRK_3e2m, &g_y, in msg2_process() 205 struct byte_array *th3, in msg3_only_gen() argument 218 &c->pk_i, &rc->prk_4e3m, &NULL_ARRAY, th3, in msg3_only_gen() 224 &sign_or_mac_3, &c->ead_3, PRK_3e2m, th3, in msg3_only_gen() 232 TRY(th34_calculate(rc->suite.edhoc_hash, th3, &plaintext, &c->cred_i, in msg3_only_gen() 247 BYTE_ARRAY_NEW(th3, HASH_SIZE, HASH_SIZE); in msg3_gen() 252 &th3, &PRK_3e2m)); in msg3_gen() 255 msg3_only_gen(c, rc, static_dh_i, &th3, &PRK_3e2m, prk_out); in msg3_gen()
|
D | runtime_context.c | 33 c->th3.ptr = c->th3_buf; in runtime_context_init() 34 c->th3.len = sizeof(c->th3_buf); in runtime_context_init()
|
D | responder.c | 241 &rc->th3)); in msg2_gen() 273 &rc->th3, &ctxt3, &ptxt3)); in msg3_process() 293 TRY(prk_derive(rc->static_dh_i, rc->suite, SALT_4e3m, &rc->th3, in msg3_process() 298 &rc->prk_4e3m, &NULL_ARRAY, &rc->th3, &id_cred_i, in msg3_process() 303 TRY(th34_calculate(rc->suite.edhoc_hash, &rc->th3, &ptxt3, &cred_i, in msg3_process()
|
/uoscore-uedhoc-3.7.0/inc/edhoc/ |
D | runtime_context.h | 40 struct byte_array th3; member
|