Home
last modified time | relevance | path

Searched full:on (Results 1 – 25 of 27) sorted by relevance

12

/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/
DREADME.MD4 This folder contains two samples intended to be executed on a constrained device
6 * initiator - EDHOC initiator running on top of a CoAP client
7 * responder - EDHOC responder running on top of a CoAP server
9 Tested on
11 * initiator - tested on nRF52840 with IPv6 over BLE
12 * responder - tested on nRF52840 with IPv6 over BLE
17 * A Linux computer with BLE (Tested on Debian 11)
28 * Run the script `scripts/ble_connect.sh` as root on a Linux host in order to establish IPv6 over B…
45 * On the Linux host in the folder `samples/linux_edhoc/initiator` build and run the initiator:
50 …the EDHOC protocol to an end and derive the same shared secret. The output on both sides -- initia…
[all …]
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/
DREADME.MD3 This folder contains two samples intended to be executed on a Linux host
5 * initiator - EDHOC initiator running on top of a CoAP client
6 * responder - EDHOC responder running on top of a CoAP server
8 For instructions on how to run the samples see the top-level readme.
/uoscore-uedhoc-3.7.0/
DLICENSE-APACHE41 form, that is based on (or derived from) the Work and for which the
52 or by an individual or Legal Entity authorized to submit on behalf of
56 communication on electronic mailing lists, source code control systems,
57 and issue tracking systems that are managed by, or on behalf of, the
63 on behalf of whom a Contribution has been received by Licensor and
145 Contributor provides its Contributions) on an "AS IS" BASIS,
170 on Your own behalf and on Your sole responsibility, not on behalf
185 file or class name and description of purpose be included on the
198 distributed under the License is distributed on an "AS IS" BASIS,
DDoxyfile186 # support long names like on DOS, Mac, or CD-ROM.
310 # Doxygen selects the parser to use depending on the extension of the files it
420 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
433 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
464 # during processing. When set to 0 doxygen will based this on the number of
591 # references to files without having to specify the exact matching casing. On
593 # to NO, whereas on Linux or other Unix flavors it should typically be set to
792 # The QUIET tag can be used to turn on/off the messages that are generated to
799 # The WARNINGS tag can be used to turn on/off the warning messages that are
801 # this implies that the warnings are on.
[all …]
DREADME.MD64 First, `oscore_context_init()` function needs to be called on the client and server side, then `coa…
77 …ses. `edhoc_initiator_run()` and `edhoc_responder_run() ` has to be called on the initiator and re…
111on the transport layer completely or partially. In cases when the correlation cannot be handled by…
145 …ehaviour is useful in situations where multiple sessions need to be stored on a device, while at t…
Dbenchmarks.md13 …dtls) and published in Table II in [Low-Power IoT Communication Security: On the Performance of D…
23 … heap memory as given in Table V in [Low-Power IoT Communication Security: On the Performance of D…
/uoscore-uedhoc-3.7.0/inc/
Dedhoc_internal.h48 * @brief Generates message 3. This function should by used by on the
66 * @brief Processes message 4. This function should by used by on the initiator
78 * @brief Generates message 2. This function should by used by on the
90 * @brief Processes message 3. This function should by used by on the responder
112 * @brief Generates message 4. This function should by used by on the responder
Dedhoc.h99 * @brief Executes EDHOC on the initiator side.
119 * @brief Executes EDHOC on the initiator side and
141 * @brief Executes EDHOC on the responder side.
160 * @brief Executes EDHOC on the responder side and
Doscore.h30 * storing interval on the SSN. Those values may need to be adjusted by
/uoscore-uedhoc-3.7.0/test/
DREADME.MD3 This folder contains tests for uoscore and uedhoc. The tests can be executed on an embedded board, …
7 ### Run tests on a Linux host
15 ### Run on an embedded board
/uoscore-uedhoc-3.7.0/scripts/
Dble_connect.sh11 # Run this script on a linux host (tested on Debian 11) in order to connect a BLE board running IPv…
13 # This script is based on the configuration example https://docs.zephyrproject.org/latest/samples/b…
69 #Read the split words into an array based on space delimiter
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/responder/
DREADME.md1 # CoAP Client running on debian 9 host
11 ## Dependencies on Other Software Components
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/initiator/
DREADME.md1 # CoAP Client running on debian 9 host
11 ## Dependencies on Other Software Components
/uoscore-uedhoc-3.7.0/.github/workflows/
Dci.yml3 on: [push, pull_request]
10 runs-on: ubuntu-latest
153 runs-on: ubuntu-latest
/uoscore-uedhoc-3.7.0/inc/oscore/
Doscore_interactions.h75 …* @note To be used while encrypting a notification on the server side, and confirming its AAD on t…
Dreplay_protection.h31 * @brief Re-initialize given replay window based on current sequence number.
Dnvm.h65 * @brief Initializes the SSN depending on context freshness.
Doscore_coap.h166 * @param delta_or_len option delta or option len depending on the use case
Doption.h166 …* Implemented based on RFC7252 section 6.5 (partial compliance limited to the library's needs only…
/uoscore-uedhoc-3.7.0/samples/linux_oscore/client/
DREADME.MD1 # CoAP Client running on linux host with OSCORE security
/uoscore-uedhoc-3.7.0/test/ci_scripts/
Dflash_report_gen.sh2 #set -x #echo on
/uoscore-uedhoc-3.7.0/src/oscore/
Doscore2coap.c359 To do so, refactor of echo_val_is_fresh is needed, to operate on o_coap_packet. */ in oscore2coap()
389 /* Decrypt packet using new nonce based on the packet */ in oscore2coap()
437 /* Decrypt packet using new nonce based on the packet */ in oscore2coap()
Dcoap2oscore.c477 …* @brief Checks if given message needs a fresh PIV/nonce, based on its type and current state of E…
541 /* Generate OSCORE option based on selected values. */ in encrypt_wrapper()
/uoscore-uedhoc-3.7.0/src/edhoc/
Dretrieve_cred.c157 /*the cred should be locally available on the device if in retrieve_cred()
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/src/
Dmain.c128 printf("sleep for %d msecond after connection in order to have time to start wireshark on bt0\n", in internal_main()

12