Searched full:name (Results 1 – 21 of 21) sorted by relevance
/uoscore-uedhoc-3.5.0/.github/workflows/ |
D | ci.yml | 1 name: build & test 9 name: Build uoscore-uedhoc 13 - name: Install Zephyr tools 43 - name: Checkout code 50 - name: Build native_posix 58 - name: Archive static lib 61 name: uoscore-uedhoc-x86 65 - name: Build native_posix_64 75 - name: Archive static lib 78 name: uoscore-uedhoc-x86-64 [all …]
|
/uoscore-uedhoc-3.5.0/inc/common/ |
D | byte_array.h | 60 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument 62 uint8_t NAME##_buf[BUF_SIZE]; \ 63 struct byte_array NAME = BYTE_ARRAY_INIT(NAME##_buf, SIZE);
|
/uoscore-uedhoc-3.5.0/cddl_models/ |
D | edhoc_cert.cddl | 30 ; issuer: Name, 33 ; subject: Name,
|
D | edhoc_plaintext.cddl | 62 ; issuer: Name, 65 ; subject: Name,
|
/uoscore-uedhoc-3.5.0/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-3.5.0/zephyr/ |
D | module.yml | 1 name: uoscore-uedhoc
|
/uoscore-uedhoc-3.5.0/ |
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-3.5.0/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-3.5.0/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-3.5.0/src/edhoc/ |
D | cert.c | 176 * @param issuer the issuer name, i.e. the name of the CA 318 /* and find CN (Common Name), further referred to as "issuer_id" */ in cert_x509_verify()
|
/uoscore-uedhoc-3.5.0/test/ |
D | CMakeLists.txt | 72 oscore_edhoc_project # Name for custom target
|
/uoscore-uedhoc-3.5.0/samples/zephyr_edhoc/initiator/ |
D | CMakeLists.txt | 75 oscore_edhoc_project # Name for custom target
|
/uoscore-uedhoc-3.5.0/samples/zephyr_edhoc/responder/ |
D | CMakeLists.txt | 74 oscore_edhoc_project # Name for custom target
|
/uoscore-uedhoc-3.5.0/samples/linux_oscore/server/ |
D | Makefile | 45 # rename files avaible with the same name in diferent libraries
|
/uoscore-uedhoc-3.5.0/samples/linux_oscore/client/ |
D | Makefile | 45 # rename files avaible with the same name in diferent libraries
|
/uoscore-uedhoc-3.5.0/samples/linux_edhoc_oscore/initiator_client/ |
D | Makefile | 49 # rename files avaible with the same name in diferent libraries
|
/uoscore-uedhoc-3.5.0/samples/linux_edhoc/initiator/ |
D | Makefile | 164 DEPENDENCIES := $(shell find ./$(BUILD_DIR) -name '*.d' -type f)
|
/uoscore-uedhoc-3.5.0/samples/linux_edhoc_oscore/responder_server/ |
D | Makefile | 49 # rename files avaible with the same name in diferent libraries
|
/uoscore-uedhoc-3.5.0/samples/linux_edhoc/responder/ |
D | Makefile | 50 # rename files avaible with the same name in diferent libraries
|