Home
last modified time | relevance | path

Searched refs:m (Results 1 – 7 of 7) sorted by relevance

/uoscore-uedhoc-3.7.0/test/edhoc_integration_tests/
Dtxrx_wrapper.c32 TRY(_memcpy_s(data, *data_len, m.m2, m.m2_len)); in rx()
33 *data_len = m.m2_len; in rx()
37 TRY(_memcpy_s(data, *data_len, m.m4, m.m4_len)); in rx()
38 *data_len = m.m4_len; in rx()
47 TRY(_memcpy_s(data, *data_len, m.m1, m.m1_len)); in rx()
48 *data_len = m.m1_len; in rx()
52 TRY(_memcpy_s(data, *data_len, m.m3, m.m3_len)); in rx()
53 *data_len = m.m3_len; in rx()
Dedhoc_tests.h29 extern struct messages m;
/uoscore-uedhoc-3.7.0/src/edhoc/
Dresponder.c61 struct message_1 m; in msg1_parse() local
64 TRY_EXPECT(cbor_decode_message_1(msg1->ptr, msg1->len, &m, &decode_len), in msg1_parse()
68 if ((m.message_1_METHOD > INITIATOR_SDHK_RESPONDER_SDHK) || in msg1_parse()
69 (m.message_1_METHOD < INITIATOR_SK_RESPONDER_SK)) { in msg1_parse()
72 *method = (enum method_type)m.message_1_METHOD; in msg1_parse()
76 if (m.message_1_SUITES_I_choice == message_1_SUITES_I_int_c) { in msg1_parse()
78 suites_i->ptr[0] = (uint8_t)m.message_1_SUITES_I_int; in msg1_parse()
81 if (0 == m.SUITES_I_suite_l_suite_count) { in msg1_parse()
86 if (m.SUITES_I_suite_l_suite_count > suites_i->len) { in msg1_parse()
90 for (i = 0; i < m.SUITES_I_suite_l_suite_count; i++) { in msg1_parse()
[all …]
Dedhoc_method_type.c18 void authentication_type_get(enum method_type m, volatile bool *static_dh_i, in authentication_type_get() argument
21 switch (m) { in authentication_type_get()
Dcert.c275 struct const_byte_array m = BYTE_ARRAY_INIT( in cert_c509_verify() local
281 &m, &sgn, verified)); in cert_c509_verify()
374 struct const_byte_array m = in cert_x509_verify() local
376 TRY(verify(sign_alg, &root_pk, &m, (struct const_byte_array *)&sig, in cert_x509_verify()
486 struct const_byte_array m = in cert_x509_verify()
497 rv = verify(ES256, &root_pk, &m, &s, verified); in cert_x509_verify()
/uoscore-uedhoc-3.7.0/inc/edhoc/
Dedhoc_method_type.h49 void authentication_type_get(enum method_type m, volatile bool *static_dh_i,
/uoscore-uedhoc-3.7.0/
DDoxyfile892 # *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
922 *.m \