| /uoscore-uedhoc-latest/.github/workflows/ |
| D | ci.yml | 1 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/ |
| D | byte_array.h | 94 #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 …]
|
| D | print_util.h | 30 * @param file_name The file name where the error occurred. 42 * @param file_name The file name where the error occurred.
|
| /uoscore-uedhoc-latest/ |
| D | Doxyfile | 31 # 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 …]
|
| D | LICENSE-APACHE | 45 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]
|
| D | package.json | 3 "name": "uoscore-uedhoc", string
|
| /uoscore-uedhoc-latest/cddl_models/ |
| D | edhoc_cert.cddl | 30 ; issuer: Name, 33 ; subject: Name,
|
| D | edhoc_plaintext.cddl | 80 ; issuer: Name, 83 ; subject: Name,
|
| /uoscore-uedhoc-latest/scripts/ |
| D | ble_connect.sh | 31 argument[0]="\t-d <device name>\tSpecify the name of the device to which the router will connect"
|
| /uoscore-uedhoc-latest/zephyr/ |
| D | module.yml | 1 name: uoscore-uedhoc
|
| /uoscore-uedhoc-latest/src/oscore/ |
| D | oscore_interactions.c | 29 * @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/ |
| D | oscore_coap_defines.h | 26 * @brief Maximum URI Path (resource name) size in bytes.
|
| D | option.h | 165 * @brief Compose URI Path (resource name) from given options array.
|
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | cert.c | 177 * @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/ |
| D | CMakeLists.txt | 75 oscore_edhoc_project # Name for custom target
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/ |
| D | CMakeLists.txt | 76 oscore_edhoc_project # Name for custom target
|
| /uoscore-uedhoc-latest/test/ |
| D | CMakeLists.txt | 91 oscore_edhoc_project # Name for custom target
|
| /uoscore-uedhoc-latest/samples/linux_oscore/client/ |
| D | Makefile | 44 # rename files avaible with the same name in diferent libraries
|
| /uoscore-uedhoc-latest/samples/linux_oscore/server/ |
| D | Makefile | 47 # rename files available with the same name in different libraries
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/ |
| D | Makefile | 49 # rename files avaible with the same name in diferent libraries
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/initiator/ |
| D | Makefile | 164 DEPENDENCIES := $(shell find ./$(BUILD_DIR) -name '*.d' -type f)
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/ |
| D | Makefile | 49 # rename files avaible with the same name in diferent libraries
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/responder/ |
| D | Makefile | 48 # rename files available with the same name in different libraries
|