Searched refs:th2_input (Results 1 – 1 of 1) sorted by relevance
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | th.c | 37 struct byte_array *th2_input) in th2_input_encode() argument 50 TRY_EXPECT(cbor_encode_th2(th2_input->ptr, th2_input->len, &th2, in th2_input_encode() 55 th2_input->len = (uint32_t)payload_len_out; in th2_input_encode() 57 PRINT_ARRAY("Input to calculate TH_2 (CBOR Sequence)", th2_input->ptr, in th2_input_encode() 58 th2_input->len); in th2_input_encode() 129 BYTE_ARRAY_NEW(th2_input, TH2_INPUT_SIZE, in th2_calculate() 133 TRY(th2_input_encode(msg1_hash, g_y, &th2_input)); in th2_calculate() 134 TRY(hash(alg, &th2_input, th2)); in th2_calculate()
|