Searched defs:th4 (Results 1 – 12 of 12) sorted by relevance
/uoscore-uedhoc-3.4.0/inc/cbor/ |
D | edhoc_encode_th4_types.h | 25 struct th4 { struct 26 struct zcbor_string _th4_th_3; argument 27 struct zcbor_string _th4_CIPHERTEXT_3; argument
|
/uoscore-uedhoc-3.4.0/src/edhoc/ |
D | edhoc_exporter.c | 25 const uint8_t *th4, uint32_t th4_len, in edhoc_exporter()
|
D | initiator.c | 137 uint32_t prk_4x3m_len, uint8_t *th4) in msg3_gen() 273 uint32_t prk_4x3m_len, uint8_t *th4, uint32_t th4_len) in msg4_process() 295 uint8_t *prk_4x3m, uint32_t prk_4x3m_len, uint8_t *th4, in edhoc_initiator_run()
|
D | th.c | 129 struct th4 th4; in th4_input_encode() local 185 uint8_t *th4) in th4_calculate()
|
D | responder.c | 276 uint8_t *prk_4x3m, uint32_t prk_4x3m_len, uint8_t *th4) in msg3_process() 338 uint8_t *prk_4x3m, uint32_t prk_4x3m_len, uint8_t *th4, in msg4_gen() 361 uint8_t *prk_4x3m, uint32_t prk_4x3m_len, uint8_t *th4, in edhoc_responder_run()
|
/uoscore-uedhoc-3.4.0/test/edhoc_testvector_tests/ |
D | edhoc_tests.c | 31 uint8_t th4[SHA_DEFAULT_SIZE]; in test_edhoc() local
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc/initiator/src/ |
D | main.cpp | 139 uint8_t th4[SHA_DEFAULT_SIZE]; in main() local
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc/responder/src/ |
D | main.cpp | 168 uint8_t th4[SHA_DEFAULT_SIZE]; in main() local
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc_oscore/initiator_client/src/ |
D | main.cpp | 147 uint8_t th4[SHA_DEFAULT_SIZE]; in main() local
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc_oscore/responder_server/src/ |
D | main.cpp | 193 uint8_t th4[SHA_DEFAULT_SIZE]; in main() local
|
/uoscore-uedhoc-3.4.0/samples/zephyr_edhoc/initiator/src/ |
D | main.c | 131 uint8_t th4[SHA_DEFAULT_SIZE]; in edhoc_initiator_init() local
|
/uoscore-uedhoc-3.4.0/samples/zephyr_edhoc/responder/src/ |
D | main.c | 87 uint8_t th4[SHA_DEFAULT_SIZE]; in edhoc_responder_init() local
|