Searched refs:th3_calculate (Results 1 – 4 of 4) sorted by relevance
/uoscore-uedhoc-3.4.0/inc/edhoc/ |
D | th.h | 42 enum err th3_calculate(enum hash_alg alg, uint8_t *th2, uint32_t th2_len,
|
/uoscore-uedhoc-3.4.0/src/edhoc/ |
D | th.c | 168 enum err th3_calculate(enum hash_alg alg, uint8_t *th2, uint32_t th2_len, in th3_calculate() function
|
D | initiator.c | 230 TRY(th3_calculate(rc->suite.edhoc_hash, (uint8_t *)&th2, sizeof(th2), in msg3_gen()
|
D | responder.c | 266 TRY(th3_calculate(rc->suite.edhoc_hash, th2, th2_len, ciphertext_2, in msg2_gen()
|