/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2307 uint8_t hash[16]; in tcpv6_init_isn() local 2319 hash, sizeof(hash), &hash_len); in tcpv6_init_isn() 2321 return seq_scale(UNALIGNED_GET((uint32_t *)&hash[0])); in tcpv6_init_isn() 2342 uint8_t hash[16]; in tcpv4_init_isn() local 2355 hash, sizeof(hash), &hash_len); in tcpv4_init_isn() 2357 return seq_scale(UNALIGNED_GET((uint32_t *)&hash[0])); in tcpv4_init_isn()
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 129 bool "No signature; use only hash check"
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 97 <dbg> bt_csip_set_coordinator.is_set_member: hash: 0x33ccb1, prand 0x5bfe6a
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | Kconfig | 231 We place SHA256 message, hash and key data (total 512bytes) in RAM.
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 150 All images in TF-M are hashed and signed, with the hash and signature verified 255 algorithm is ``HKDF`` (RFC 5869) with a SHA-256 hash. Other hardware
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 38 return hash((self.compatible, self.on_bus))
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap.rst | 87 - the hash symbol represents the multi-level wild card in the path.
|
D | tls_credentials_shell.rst | 200 …e backend, but currently for all backends this is a base64 encoded SHA256 hash of the raw credenti…
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 97 resource path may contain plus or hash symbol.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 45 value database. The URI is advertised in a separate beacon, with a URI hash
|
D | shell.rst | 1532 ``mesh models dfu metadata comp-hash-get [<Key(16 hex)>]`` 1535 Generate a hash of the stored Composition Data to be used in metadata. 1537 …* ``Key``: Optional 128-bit key to be used to generate the hash. Providing a hex-string shorter th… 1554 …* ``Hash``: Hash of the composition data generated using ``mesh models dfu metadata comp-hash-get`…
|
D | dfu.rst | 176 encryption in Bluetooth Mesh DFU metadata. The resulting hash is not secure since the key is
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 79 * MCUmgr img_mgmt now requires that a full sha256 hash to be used when 80 uploading an image to keep track of the progress, where the sha256 hash 81 is of the whole file being uploaded (different to the hash used when getting 82 image states). Use of a truncated hash or non-sha256 hash will still work 120 * MCUmgr fs_mgmt hash/checksum function, type and variable names have been 719 * STM32: Now supports multicast hash filtering in the MAC. It can be enabled using 2140 supported hash/checksum types. 2382 hash, or false otherwise. 2384 * MCUmgr img_mgmt will now skip receiving data if the provided hash already 2385 matches the hash of the data present (if [all …]
|
D | migration-guide-3.7.rst | 96 * TLS 1.2, RSA, AES, DES, and all the hash algorithms except SHA-256 103 enable all the available hash algorithms. Previously, it used to only enable the SHA-2 ones. 903 this hash computation was also changed from Mbed TLS to PSA APIs. This was achieved 932 * The support for SHA-256 (when using checksum/hash functions), previously provided
|
D | release-notes-3.4.rst | 202 functions (adding support for file status and file hash/checksum). In 1320 * MCUmgr img_mgmt group will only verify the SHA256 hash provided by the 1322 hash was provided.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 1135 of the tree we use the commit hash, a tag, or a branch name. For pull requests 1143 be merged first and be assigned a permanent commit hash. Drafts reduce noise by 1147 maintainer to the commit hash of the module which reflects the changes. 1194 revision needs to be changed to the commit hash from the module repository. 1225 revision needs to be changed to the commit hash from the module repository.
|
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/ |
D | index.rst | 216 ``/boot/ostree/torizon-<hash>/dtb/overlays.txt``.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 295 memcpy(&dev.hash, net_buf_simple_pull_mem(buf, 4), 4); in handle_scan_report()
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 163 # obtain the hash of uploaded image from the device
|
/Zephyr-latest/arch/ |
D | Kconfig | 344 reserve space for kobject metadata hash table. The hash table is 347 space for the hash table during final linking passes to keep
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 429 uint32_t hash = sys_hash32(payload, len); in prepare_msg_for_send() local 432 (const uint8_t *)&hash, sizeof(hash)); in prepare_msg_for_send()
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 107 special perfect hash table of kernel objects generated by the 'gperf' tool.
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | CMakeLists.txt | 402 # Configure which format (full or hash) to include the public key in
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 275 list is passed to *gperf*, which generates a perfect hash function and
|
/Zephyr-latest/ |
D | CMakeLists.txt | 59 # - Kernel objects hash tables (CONFIG_USERSPACE=y) 1231 # the gperf hash table is hashed on the addresses of kobjects. 1431 # for a hash table based on that information, and then compiling and 1432 # linking the hash table back into a now even more nearly finished
|