Searched refs:ciphertext_2_len (Results 1 – 5 of 5) sorted by relevance
/uoscore-uedhoc-3.4.0/src/edhoc/ |
D | th.c | 89 uint32_t ciphertext_2_len, in th3_input_encode() argument 101 th3._th3_CIPHERTEXT_2.len = ciphertext_2_len; in th3_input_encode() 169 uint8_t *ciphertext_2, uint32_t ciphertext_2_len, in th3_calculate() argument 172 uint32_t th3_input_len = th2_len + ciphertext_2_len + 6; in th3_calculate() 176 TRY(th3_input_encode(th2, th2_len, ciphertext_2, ciphertext_2_len, in th3_calculate()
|
D | responder.c | 150 uint32_t ciphertext_2_len, uint8_t *msg2, in msg2_encode() argument 155 uint32_t g_y_ciphertext_2_len = g_y_len + ciphertext_2_len; in msg2_encode() 161 memcpy(g_y_ciphertext_2 + g_y_len, ciphertext_2, ciphertext_2_len); in msg2_encode() 256 uint32_t ciphertext_2_len = sizeof(ciphertext_2); in msg2_gen() local 260 th2, th2_len, ciphertext_2, &ciphertext_2_len)); in msg2_gen() 264 ciphertext_2_len, rc->msg2, &rc->msg2_len)); in msg2_gen() 267 ciphertext_2_len, rc->th3)); in msg2_gen()
|
/uoscore-uedhoc-3.4.0/inc/edhoc/ |
D | th.h | 43 uint8_t *ciphertext_2, uint32_t ciphertext_2_len,
|
/uoscore-uedhoc-3.4.0/test_vectors/ |
D | edhoc_test_vectors.h | 122 uint32_t ciphertext_2_len; member 7582 .ciphertext_2_len = sizeof(test_vector_1_ciphertext_2), 7873 .ciphertext_2_len = sizeof(test_vector_2_ciphertext_2), 8164 .ciphertext_2_len = sizeof(test_vector_3_ciphertext_2), 8455 .ciphertext_2_len = sizeof(test_vector_4_ciphertext_2), 8746 .ciphertext_2_len = sizeof(test_vector_5_ciphertext_2), 9037 .ciphertext_2_len = sizeof(test_vector_6_ciphertext_2), 9328 .ciphertext_2_len = sizeof(test_vector_7_ciphertext_2), 9619 .ciphertext_2_len = sizeof(test_vector_8_ciphertext_2), 9910 .ciphertext_2_len = sizeof(test_vector_9_ciphertext_2), [all …]
|
/uoscore-uedhoc-3.4.0/scripts/ |
D | json2c.py | 127 uint32_t ciphertext_2_len;\n\ 419 .ciphertext_2_len = 0,\n\
|