Searched refs:uri_paths (Results 1 – 5 of 5) sorted by relevance
/uoscore-uedhoc-3.7.0/src/oscore/ |
D | oscore_interactions.c | 56 print_interaction_field("uri paths", record->uri_paths, in print_interactions() 127 uint8_t *uri_paths, uint8_t uri_paths_len, in find_record_index_by_resource() argument 136 compare_memory(uri_paths, uri_paths_len, in find_record_index_by_resource() 137 interactions[index].uri_paths, in find_record_index_by_resource() 195 find_record_index_by_resource(interactions, record->uri_paths, in oscore_interactions_set_record() 302 struct byte_array *uri_paths, struct oscore_interaction_t *interactions, in oscore_interactions_update_wrapper() argument 305 if ((NULL == token) || (NULL == uri_paths) || (NULL == interactions) || in oscore_interactions_update_wrapper() 323 .uri_paths_len = (uint8_t)uri_paths->len, in oscore_interactions_update_wrapper() 332 TRY(_memcpy_s(record.uri_paths, OSCORE_MAX_URI_PATH_LEN, in oscore_interactions_update_wrapper() 333 uri_paths->ptr, uri_paths->len)); in oscore_interactions_update_wrapper()
|
D | oscore2coap.c | 316 BYTE_ARRAY_NEW(uri_paths, OSCORE_MAX_URI_PATH_LEN, in decrypt_wrapper() 319 uri_paths.ptr, &(uri_paths.len))); in decrypt_wrapper() 320 TRY(oscore_interactions_update_wrapper(msg_type, &token, &uri_paths, in decrypt_wrapper()
|
D | coap2oscore.c | 566 BYTE_ARRAY_NEW(uri_paths, OSCORE_MAX_URI_PATH_LEN, in encrypt_wrapper() 569 uri_paths.ptr, &(uri_paths.len))); in encrypt_wrapper() 570 TRY(oscore_interactions_update_wrapper(msg_type, &token, &uri_paths, in encrypt_wrapper()
|
/uoscore-uedhoc-3.7.0/inc/oscore/ |
D | oscore_interactions.h | 39 uint8_t uri_paths[OSCORE_MAX_URI_PATH_LEN]; member 127 struct byte_array *uri_paths, struct oscore_interaction_t *interactions,
|
/uoscore-uedhoc-3.7.0/test/oscore_unit_tests/ |
D | unit_test_oscore_interactions.c | 31 .uri_paths = URI_PATHS_DEFAULT, 99 record->uri_paths[0] += entry + 1; in generate_and_fill() 168 memcpy(record_2.uri_paths, URI_PATHS_2, sizeof(URI_PATHS_2)); in t701_interactions_set_record_test()
|