/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | signature_or_mac_msg.c | 47 static enum err mac(const struct byte_array *prk, const struct byte_array *c_r, in mac() 143 const struct byte_array *prk, const struct byte_array *c_r, in signature_or_mac()
|
D | int_encode_decode.c | 24 bool c_r_is_raw_int(const struct byte_array *c_r) in c_r_is_raw_int()
|
D | plaintext_decode.c | 80 enum err plaintext_split(struct byte_array *ptxt, struct byte_array *c_r, in plaintext_split()
|
D | ciphertext.c | 120 enum ciphertext ctxt, struct suite *suite, struct byte_array *c_r, in ciphertext_decrypt_split() 185 const struct byte_array *c_r, in ciphertext_gen()
|
D | initiator.c | 132 struct byte_array *c_r, bool static_dh_i, in msg2_process() 243 struct byte_array *c_r, struct byte_array *prk_out) in msg3_gen()
|
D | responder.c | 153 struct byte_array *c_r, in msg2_encode()
|
/uoscore-uedhoc-3.7.0/inc/edhoc/ |
D | messages.h | 28 struct byte_array c_r; member
|
/uoscore-uedhoc-3.7.0/test/edhoc_integration_tests/ |
D | edhoc_tests_rfc9529.c | 165 struct edhoc_responder_context c_r; in test_edhoc_responder_x509_x5t_rfc9529() local
|
D | initiator_responder_interaction.c | 260 struct edhoc_responder_context c_r; in thread_responder() local
|
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/responder/src/ |
D | main.c | 147 struct edhoc_responder_context c_r; in internal_main() local
|
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/responder/src/ |
D | main.cpp | 181 struct edhoc_responder_context c_r; in main() local
|
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/responder_server/src/ |
D | main.cpp | 229 struct edhoc_responder_context c_r; in main() local
|
/uoscore-uedhoc-3.7.0/inc/ |
D | edhoc.h | 47 struct byte_array c_r; /*connection identifier of the responder*/ member
|
/uoscore-uedhoc-3.7.0/test_vectors/ |
D | edhoc_test_vectors_p256_v15.json | 26 "c_r": "27", string 128 "c_r": "27", string 230 "c_r": "32", string 332 "c_r": "27", string 436 "c_r": "32", string 540 "c_r": "32", string
|
D | edhoc_test_vectors_p256_v16.json | 26 "c_r": "27", string 128 "c_r": "27", string 230 "c_r": "32", string 332 "c_r": "27", string 436 "c_r": "32", string 540 "c_r": "32", string
|
D | edhoc_test_vectors_p256_v15.h | 64 const uint8_t *c_r; member
|
D | edhoc_test_vectors_p256_v16.h | 64 const uint8_t *c_r; member
|