Home
last modified time | relevance | path

Searched refs:hash (Results 76 – 100 of 114) sorted by relevance

12345

/Zephyr-latest/subsys/net/ip/
Dtcp.c2307 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/
DKconfig129 bool "No signature; use only hash check"
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst97 <dbg> bt_csip_set_coordinator.is_set_member: hash: 0x33ccb1, prand 0x5bfe6a
/Zephyr-latest/soc/ite/ec/it8xxx2/
DKconfig231 We place SHA256 message, hash and key data (total 512bytes) in RAM.
/Zephyr-latest/doc/services/tfm/
Doverview.rst150 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/
Dlist_devicetree_bindings_changes.py38 return hash((self.compatible, self.on_bus))
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap.rst87 - the hash symbol represents the multi-level wild card in the path.
Dtls_credentials_shell.rst200 …e backend, but currently for all backends this is a base64 encoded SHA256 hash of the raw credenti…
/Zephyr-latest/subsys/net/lib/coap/
DKconfig97 resource path may contain plus or hash symbol.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst45 value database. The URI is advertised in a separate beacon, with a URI hash
Dshell.rst1532 ``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`…
Ddfu.rst176 encryption in Bluetooth Mesh DFU metadata. The resulting hash is not secure since the key is
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst79 * 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 …]
Dmigration-guide-3.7.rst96 * 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
Drelease-notes-3.4.rst202 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/
Dmodules.rst1135 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/
Dindex.rst216 ``/boot/ostree/torizon-<hash>/dtb/overlays.txt``.
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c295 memcpy(&dev.hash, net_buf_simple_pull_mem(buf, 4), 4); in handle_scan_report()
/Zephyr-latest/doc/develop/test/
Dpytest.rst163 # obtain the hash of uploaded image from the device
/Zephyr-latest/arch/
DKconfig344 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/
Dlwm2m_message_handling.c429 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/
Dkernelobjects.rst107 special perfect hash table of kernel objects generated by the 'gperf' tool.
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt402 # Configure which format (full or hash) to include the public key in
/Zephyr-latest/doc/build/cmake/
Dindex.rst275 list is passed to *gperf*, which generates a perfect hash function and
/Zephyr-latest/
DCMakeLists.txt59 # - 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

12345