Home
last modified time | relevance | path

Searched defs:interactions (Results 1 – 3 of 3) sorted by relevance

/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_oscore_interactions.c42 static void set_record_and_expect(struct oscore_interaction_t * interactions, struct oscore_interac… in set_record_and_expect()
52 static void set_record_and_compare(struct oscore_interaction_t * interactions, struct oscore_intera… in set_record_and_compare()
61 static void get_record_and_expect(struct oscore_interaction_t * interactions, uint8_t * token, uint… in get_record_and_expect()
71 static void get_record_and_compare(struct oscore_interaction_t * interactions, struct oscore_intera… in get_record_and_compare()
81 static void remove_record_and_expect(struct oscore_interaction_t * interactions, uint8_t * token, u… in remove_record_and_expect()
91 static void generate_and_fill(struct oscore_interaction_t * interactions, struct oscore_interaction… in generate_and_fill()
112 struct oscore_interaction_t interactions[OSCORE_INTERACTIONS_COUNT]; in t700_interactions_init_test() local
131 struct oscore_interaction_t interactions[OSCORE_INTERACTIONS_COUNT]; in t701_interactions_set_record_test() local
198 struct oscore_interaction_t interactions[OSCORE_INTERACTIONS_COUNT]; in t702_interactions_get_record_test() local
239 struct oscore_interaction_t interactions[OSCORE_INTERACTIONS_COUNT]; in t703_interactions_remove_record_test() local
[all …]
/uoscore-uedhoc-latest/src/oscore/
Doscore_interactions.c50 static void print_interactions(struct oscore_interaction_t *interactions) in print_interactions()
106 static uint32_t find_unoccupied_index(struct oscore_interaction_t *interactions) in find_unoccupied_index()
126 find_record_index_by_resource(struct oscore_interaction_t *interactions, in find_record_index_by_resource()
154 find_record_index_by_token(struct oscore_interaction_t *interactions, in find_record_index_by_token()
170 enum err oscore_interactions_init(struct oscore_interaction_t *interactions) in oscore_interactions_init()
182 oscore_interactions_set_record(struct oscore_interaction_t *interactions, in oscore_interactions_set_record()
224 oscore_interactions_get_record(struct oscore_interaction_t *interactions, in oscore_interactions_get_record()
250 oscore_interactions_remove_record(struct oscore_interaction_t *interactions, in oscore_interactions_remove_record()
276 struct oscore_interaction_t *interactions, in oscore_interactions_read_wrapper()
302 struct byte_array *uri_paths, struct oscore_interaction_t *interactions, in oscore_interactions_update_wrapper()
/uoscore-uedhoc-latest/inc/oscore/
Dsecurity_context.h86 struct oscore_interaction_t interactions[OSCORE_INTERACTIONS_COUNT]; member