Home
last modified time | relevance | path

Searched full:name (Results 1 – 23 of 23) sorted by relevance

/uoscore-uedhoc-latest/.github/workflows/
Dci.yml1 name: build & test
9 name: Build uoscore-uedhoc
13 - name: Install Zephyr tools
45 - name: Checkout code
52 - name: Build native_posix
59 - name: Archive static lib
62 name: uoscore-uedhoc-x86
66 - name: Build native_posix_64
76 - name: Archive static lib
79 name: uoscore-uedhoc-x86-64
[all …]
/uoscore-uedhoc-latest/inc/common/
Dbyte_array.h94 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument
98 struct byte_array NAME; \
99 uint8_t NAME##_buf[SIZE]; \
101 NAME = NULL_ARRAY; \
103 NAME.ptr = NAME##_buf; \
104 NAME.len = SIZE; \
108 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument
110 struct byte_array NAME; \
111 uint8_t NAME##_buf[BUF_SIZE]; \
113 NAME = NULL_ARRAY; \
[all …]
Dprint_util.h30 * @param file_name The file name where the error occurred.
42 * @param file_name The file name where the error occurred.
/uoscore-uedhoc-latest/
DDoxyfile31 # project for which the documentation is generated. This name is used in the
125 # following values are used ($name is automatically replaced with the name of
126 # the entity):The $name class, The $name widget, The $name file, is, provides,
129 ABBREVIATE_BRIEF = "The $name class" \
130 "The $name widget" \
131 "The $name file" \
157 # before files name in the file list and in the header files. If set to NO the
158 # shortest path that makes the file name unique will be used
177 # header file to include in order to use a class. If left blank only the name of
259 # name=value
[all …]
DLICENSE-APACHE45 separable from, or merely link (or bind by name) to the interfaces of,
185 file or class name and description of purpose be included on the
189 Copyright [yyyy] [name of copyright owner]
Dpackage.json3 "name": "uoscore-uedhoc", string
/uoscore-uedhoc-latest/cddl_models/
Dedhoc_cert.cddl30 ; issuer: Name,
33 ; subject: Name,
Dedhoc_plaintext.cddl80 ; issuer: Name,
83 ; subject: Name,
/uoscore-uedhoc-latest/scripts/
Dble_connect.sh31 argument[0]="\t-d <device name>\tSpecify the name of the device to which the router will connect"
/uoscore-uedhoc-latest/zephyr/
Dmodule.yml1 name: uoscore-uedhoc
/uoscore-uedhoc-latest/src/oscore/
Doscore_interactions.c29 * @param msg Field name, null char included.
33 static void print_interaction_field(const char *name, uint8_t *buffer, in print_interaction_field() argument
36 PRINTF(" %s: ", name); in print_interaction_field()
/uoscore-uedhoc-latest/inc/oscore/
Doscore_coap_defines.h26 * @brief Maximum URI Path (resource name) size in bytes.
Doption.h165 * @brief Compose URI Path (resource name) from given options array.
/uoscore-uedhoc-latest/src/edhoc/
Dcert.c177 * @param[in] issuer the issuer name, i.e. the name of the CA
313 /* and find CN (Common Name), further referred to as "issuer_id" */ in cert_x509_verify()
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/
DCMakeLists.txt75 oscore_edhoc_project # Name for custom target
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/
DCMakeLists.txt76 oscore_edhoc_project # Name for custom target
/uoscore-uedhoc-latest/test/
DCMakeLists.txt91 oscore_edhoc_project # Name for custom target
/uoscore-uedhoc-latest/samples/linux_oscore/client/
DMakefile44 # rename files avaible with the same name in diferent libraries
/uoscore-uedhoc-latest/samples/linux_oscore/server/
DMakefile47 # rename files available with the same name in different libraries
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/
DMakefile49 # rename files avaible with the same name in diferent libraries
/uoscore-uedhoc-latest/samples/linux_edhoc/initiator/
DMakefile164 DEPENDENCIES := $(shell find ./$(BUILD_DIR) -name '*.d' -type f)
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/
DMakefile49 # rename files avaible with the same name in diferent libraries
/uoscore-uedhoc-latest/samples/linux_edhoc/responder/
DMakefile48 # rename files available with the same name in different libraries