Searched refs:int_res (Results 1 – 4 of 4) sorted by relevance
/uoscore-uedhoc-3.6.0/src/cbor/ |
D | edhoc_decode_message_1.c | 26 bool int_res; in decode_message_1() local 29 …&& ((zcbor_union_start_code(state) && (int_res = ((((zcbor_list_start_decode(state) && ((zcbor_mul… in decode_message_1() 30 …ge_1_SUITES_I_choice = message_1_SUITES_I_int_c), true)))), zcbor_union_end_code(state), int_res))) in decode_message_1() 32 …&& ((zcbor_union_start_code(state) && (int_res = ((((zcbor_int32_decode(state, (&(*result).message… in decode_message_1() 33 …ult).message_1_C_I_choice = message_1_C_I_bstr_c), true))), zcbor_union_end_code(state), int_res))) in decode_message_1()
|
D | edhoc_decode_plaintext.c | 36 bool int_res; in decode_repeated_map_kid() local 39 …&& (zcbor_union_start_code(state) && (int_res = ((((zcbor_int32_decode(state, (&(*result).map_kid_… in decode_repeated_map_kid() 40 …&& (((*result).map_kid_choice = map_kid_bstr_c), true))), zcbor_union_end_code(state), int_res)))); in decode_repeated_map_kid() 92 bool int_res; in decode_repeated_map_x5t() local 95 …&& (zcbor_list_start_decode(state) && ((((zcbor_union_start_code(state) && (int_res = ((((zcbor_in… in decode_repeated_map_x5t() 96 …*result).map_x5t_alg_choice = map_x5t_alg_tstr_c), true))), zcbor_union_end_code(state), int_res))) in decode_repeated_map_x5t() 167 bool int_res; in decode_repeated_map_c5t() local 170 …&& (zcbor_list_start_decode(state) && ((((zcbor_union_start_code(state) && (int_res = ((((zcbor_in… in decode_repeated_map_c5t() 171 …*result).map_c5t_alg_choice = map_c5t_alg_tstr_c), true))), zcbor_union_end_code(state), int_res))) in decode_repeated_map_c5t() 231 bool int_res; in decode_plaintext() local [all …]
|
D | edhoc_decode_id_cred_x.c | 35 bool int_res; in decode_repeated_id_cred_x_map_kid() local 38 …&& (zcbor_union_start_code(state) && (int_res = ((((zcbor_int32_decode(state, (&(*result).id_cred_… in decode_repeated_id_cred_x_map_kid() 39 …ed_x_map_kid_choice = id_cred_x_map_kid_bstr_c), true))), zcbor_union_end_code(state), int_res)))); in decode_repeated_id_cred_x_map_kid() 91 bool int_res; in decode_repeated_id_cred_x_map_x5t() local 94 …&& (zcbor_list_start_decode(state) && ((((zcbor_union_start_code(state) && (int_res = ((((zcbor_in… in decode_repeated_id_cred_x_map_x5t() 95 …ap_x5t_alg_choice = id_cred_x_map_x5t_alg_tstr_c), true))), zcbor_union_end_code(state), int_res))) in decode_repeated_id_cred_x_map_x5t() 166 bool int_res; in decode_repeated_id_cred_x_map_c5t() local 169 …&& (zcbor_list_start_decode(state) && ((((zcbor_union_start_code(state) && (int_res = ((((zcbor_in… in decode_repeated_id_cred_x_map_c5t() 170 …ap_c5t_alg_choice = id_cred_x_map_c5t_alg_tstr_c), true))), zcbor_union_end_code(state), int_res))) in decode_repeated_id_cred_x_map_c5t()
|
D | edhoc_decode_message_2.c | 26 bool int_res; in decode_m2() local 29 …&& ((zcbor_union_start_code(state) && (int_res = ((((zcbor_int32_decode(state, (&(*result).m2_C_R_… in decode_m2() 30 …&& (((*result).m2_C_R_choice = m2_C_R_bstr_c), true))), zcbor_union_end_code(state), int_res)))))); in decode_m2()
|