Searched refs:msg1_hash (Results 1 – 6 of 6) sorted by relevance
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | th.c | 126 enum err th2_calculate(enum hash_alg alg, struct byte_array *msg1_hash, in th2_calculate() argument 132 PRINT_ARRAY("hash_msg1_raw", msg1_hash->ptr, msg1_hash->len); in th2_calculate() 133 TRY(th2_input_encode(msg1_hash, g_y, &th2_input)); in th2_calculate()
|
| D | runtime_context.c | 30 c->msg1_hash.ptr = c->msg1_hash_buf; in runtime_context_init() 31 c->msg1_hash.len = sizeof(c->msg1_hash_buf); in runtime_context_init()
|
| D | initiator.c | 125 TRY(hash(rc->suite.edhoc_hash, &rc->msg, &rc->msg1_hash)); in msg1_gen() 155 TRY(th2_calculate(rc->suite.edhoc_hash, &rc->msg1_hash, &g_y, &th2)); in msg2_process()
|
| D | responder.c | 197 TRY(hash(rc->suite.edhoc_hash, &rc->msg, &rc->msg1_hash)); in msg2_gen() 198 TRY(th2_calculate(rc->suite.edhoc_hash, &rc->msg1_hash, &c->g_y, &th2)); in msg2_gen()
|
| /uoscore-uedhoc-latest/inc/edhoc/ |
| D | th.h | 29 enum err th2_calculate(enum hash_alg alg, struct byte_array *msg1_hash,
|
| D | runtime_context.h | 29 struct byte_array msg1_hash; member
|