Searched refs:s (Results 1 – 12 of 12) sorted by relevance
/uoscore-uedhoc-3.7.0/ |
D | benchmarks.md | 39 | ESP32 (Xtensa LX6 @ 160MHz) | 0,402 s | 0,294 s … 40 | nRF52840 (Cortex M4 @64MHz) | 1,1735 s | 0,8615 s … 41 | nRF51822 (Cortex M0 @16MHz) | 11,7205 s | 8,622 s …
|
D | .clang-format | 69 # | sed "s,^#define \([^[:space:]]*FOR_EACH[^[:space:]]*\)(.*$, - '\1'," \ 115 # Taken from git's rules
|
D | LICENSE-APACHE | 80 Contribution(s) alone or by combination of their Contribution(s) 81 with the Work to which such Contribution(s) was submitted. If You
|
D | Doxyfile | 230 # By default Python docstrings are displayed as preformatted text and doxygen's 232 # doxygen's special commands can be used and the contents of the docstring 264 # "Side Effects:". You can put \n's in the value part of an alias to insert 370 # If you use Microsoft's C++/CLI language, you should set this option to YES to 384 # For Microsoft's IDL there are propget and propput attributes to indicate 571 # blocks will be appended to the function's detailed documentation block. 607 # append additional text to a page's title, such as Class Reference. If set to 768 # that represents doxygen's defaults, run doxygen with the -l option. You can 1124 # source browser. The htags tool is part of GNU's global source tagging system 1156 # which doxygen's built-in parser lacks the necessary type information. [all …]
|
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/src/ |
D | main.c | 127 int32_t s = 5000; in internal_main() local 129 s); in internal_main() 130 k_msleep(s); in internal_main()
|
/uoscore-uedhoc-3.7.0/src/common/ |
D | crypto_wrapper.c | 789 struct tc_sha256_state_struct s; in ephemeral_dh_key_gen() local 790 TRY_EXPECT(tc_sha256_init(&s), 1); in ephemeral_dh_key_gen() 791 TRY_EXPECT(tc_sha256_update(&s, (uint8_t *)&seed, sizeof(seed)), in ephemeral_dh_key_gen() 793 TRY_EXPECT(tc_sha256_final(extended_seed, &s), in ephemeral_dh_key_gen() 883 struct tc_sha256_state_struct s; in hash() local 884 TRY_EXPECT(tc_sha256_init(&s), 1); in hash() 885 TRY_EXPECT(tc_sha256_update(&s, in->ptr, in->len), 1); in hash() 886 TRY_EXPECT(tc_sha256_final(out->ptr, &s), 1); in hash()
|
/uoscore-uedhoc-3.7.0/scripts/ |
D | ble_connect.sh | 64 device=$(timeout 1s stdbuf -oL hcitool lescan | grep "$1")
|
/uoscore-uedhoc-3.7.0/cddl_models/ |
D | edhoc_cose.cddl | 16 cose_struct = ( s: edhoc_enc_structure / sig_structure )
|
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/ |
D | CMakeLists.txt | 62 else() # Obviously no MAKEFLAGS. Let's hope a "make" can be found somewhere.
|
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/responder/ |
D | CMakeLists.txt | 61 else() # Obviously no MAKEFLAGS. Let's hope a "make" can be found somewhere.
|
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | cert.c | 495 struct const_byte_array s = { .ptr = sig.ptr, in cert_x509_verify() 497 rv = verify(ES256, &root_pk, &m, &s, verified); in cert_x509_verify()
|
/uoscore-uedhoc-3.7.0/test/ |
D | CMakeLists.txt | 80 else() # Obviously no MAKEFLAGS. Let's hope a "make" can be found somewhere.
|