Home
last modified time | relevance | path

Searched refs:CHECK_SAME (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/tests/
H A Dtest_oscore.c24 #define CHECK_SAME(a,b) \ macro
76 CU_ASSERT(CHECK_SAME(sender_key, ctx->p_osc_ctx->sender_context->sender_key)); in t_oscore_c_1_1()
77 CU_ASSERT(CHECK_SAME(recipient_key, in t_oscore_c_1_1()
79 CU_ASSERT(CHECK_SAME(common_iv, ctx->p_osc_ctx->common_iv)); in t_oscore_c_1_1()
85 CU_ASSERT(CHECK_SAME(recipient_nonce, &nonce)); in t_oscore_c_1_1()
91 CU_ASSERT(CHECK_SAME(sender_nonce, &nonce)); in t_oscore_c_1_1()
140 CU_ASSERT(CHECK_SAME(sender_key, ctx->p_osc_ctx->sender_context->sender_key)); in t_oscore_c_1_2()
141 CU_ASSERT(CHECK_SAME(recipient_key, in t_oscore_c_1_2()
143 CU_ASSERT(CHECK_SAME(common_iv, ctx->p_osc_ctx->common_iv)); in t_oscore_c_1_2()
149 CU_ASSERT(CHECK_SAME(recipient_nonc in t_oscore_c_1_2()
[all...]

Completed in 1 milliseconds