Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/src/oscore/
Doscore_coap.c119 uint8_t *temp_options_ptr = in_data->ptr; in options_deserialize() local
148 temp_option_delta = ((*temp_options_ptr) & 0xF0) >> 4; in options_deserialize()
149 temp_option_len = (*temp_options_ptr) & 0x0F; in options_deserialize()
151 temp_options_ptr++; in options_deserialize()
158 temp_option_delta = (uint8_t)(*temp_options_ptr + 13); in options_deserialize()
159 temp_options_ptr += 1; in options_deserialize()
165 (uint16_t)(((*temp_options_ptr) << 8) | in options_deserialize()
166 *(temp_options_ptr + 1)) + in options_deserialize()
168 temp_options_ptr += 2; in options_deserialize()
183 temp_option_len = (uint8_t)(*temp_options_ptr + 13); in options_deserialize()
[all …]