Home
last modified time | relevance | path

Searched refs:hash (Results 51 – 75 of 114) sorted by relevance

12345

/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl35 -doc="Function hash, that is automatically generated, does not use the parameter \"len\" in all its…
36 -config=MC3R1.R2.7,declarations+={relied,"context(^hash\\(const char\\*, size_t\\)$)&&name(len)"}
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js18 const hashParams = new URLSearchParams(window.location.hash.slice(1));
37 const hashParams = new URLSearchParams(window.location.hash.slice(1));
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc89 int "MAC filter hash table size"
93 Maximum number of entries supported in the MAC filter hash table.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h234 int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash, uint32_t *flags);
/Zephyr-latest/dts/arm/xilinx/
Dzynq7000.dtsi74 unicast-hash;
101 unicast-hash;
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic310 comment "Supported hash algorithms"
323 bool "MD5 hash algorithm"
326 bool "SHA-1 hash algorithm"
329 bool "SHA-224 hash algorithm"
332 bool "SHA-256 hash algorithm"
344 bool "SHA-384 hash algorithm"
347 bool "SHA-512 hash algorithm"
350 bool "Poly1305 hash family"
/Zephyr-latest/lib/hash/
Dhash_map_oa_lp.c42 uint32_t hash = map->hash_func(&key, sizeof(key)); in sys_hashmap_oa_lp_find() local
45 for (size_t i = 0, j = hash; i < n_buckets; ++i, ++j) { in sys_hashmap_oa_lp_find()
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst34 Demonstrates hash, sign/verify workflow:
38 - Calculate the SHA256 hash of a payload
39 - Sign the hash with the persistent key
315 [00:00:03.020,000] <inf> app: Calculating SHA-256 hash of value
318 00000000 50 6C 65 61 73 65 20 68 61 73 68 20 61 6E 64 20 Please hash and
327 [00:00:03.032,000] <inf> app: Signing SHA-256 hash
335 [00:00:03.658,000] <inf> app: Verifying signature for SHA-256 hash
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_srv.c242 net_buf_simple_add_mem(&buf, &dev->hash, 4); in scan_report_send()
1077 memcpy(&dev->hash, &ad->data[19], 4); in adv_handle_beacon()
1086 (dev->flags & BT_MESH_RPR_UNPROV_HASH) ? bt_hex(&dev->hash, 4) : in adv_handle_beacon()
1146 uint8_t hash[16]; in adv_handle_ext_scan() local
1148 if (bt_mesh_s1(ad.data, ad.data_len, hash) || in adv_handle_ext_scan()
1149 memcmp(hash, &srv.scan.dev->hash, 4)) { in adv_handle_ext_scan()
Dproxy_srv.c493 uint8_t hash[16], int32_t duration) in enc_id_adv()
510 err = bt_mesh_encrypt(&sub->keys[SUBNET_KEY_TX_IDX(sub)].identity, hash, hash); in enc_id_adv()
525 memcpy(&proxy_svc_data[3], &hash[8], 8); in enc_id_adv()
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst256 the tool of your choice, which should print the status and hash values of each of the images
267 There is not yet any way of getting the image hash without actually uploading the
268 image and getting the hash.
284 slot-0 then the procedure will not complete successfully since the hash values
/Zephyr-latest/modules/
DKconfig.tinycrypt27 hash function primitive.
/Zephyr-latest/scripts/footprint/
Dupload_data.py101 for hash in os.listdir(f'{data_dir}'):
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst19 partition, and retrieve a hash of the secret.
/Zephyr-latest/modules/lz4/
DKconfig29 prompt "How stateless compression functions allocate memory for their hash table"
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c251 uint32_t hash; in cmd_dfu_comp_hash_get() local
294 err = bt_mesh_dfu_metadata_comp_hash_get(&dfu_comp_data, key, &hash); in cmd_dfu_comp_hash_get()
300 shell_print(sh, "Composition data hash: 0x%04x", hash); in cmd_dfu_comp_hash_get()
951 SHELL_CMD_ARG(comp-hash-get, NULL, "[<Key>]", cmd_dfu_comp_hash_get, 1, 1),
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1600 uint64_t hash; in proxy_adv_hash_calc() local
1615 memcpy(&hash, &tmp[8], 8); in proxy_adv_hash_calc()
1617 return hash; in proxy_adv_hash_calc()
1667 uint64_t hash; member
1690 beac->ctx.enc.hash = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1839 if (beac->ctx.enc.hash == in proxy_adv_subnet_find()
1847 if (beac->ctx.enc.hash == in proxy_adv_subnet_find()
1855 if (beac->ctx.enc.hash == in proxy_adv_subnet_find()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c216 uint8_t hash[BT_CSIP_CRYPTO_HASH_SIZE]; in bt_csip_set_member_generate_rsi() local
230 res = bt_csip_sih(svc_inst->sirk.value, prand, hash); in bt_csip_set_member_generate_rsi()
236 (void)memcpy(rsi, hash, BT_CSIP_CRYPTO_HASH_SIZE); in bt_csip_set_member_generate_rsi()
Dcsip_set_coordinator.c845 uint8_t hash[BT_CSIP_CRYPTO_HASH_SIZE]; in bt_csip_set_coordinator_is_set_member() local
849 memcpy(hash, data->data, BT_CSIP_CRYPTO_HASH_SIZE); in bt_csip_set_coordinator_is_set_member()
852 LOG_DBG("hash: %s", bt_hex(hash, BT_CSIP_CRYPTO_HASH_SIZE)); in bt_csip_set_coordinator_is_set_member()
860 LOG_DBG("hash: %s", bt_hex(hash, BT_CSIP_CRYPTO_HASH_SIZE)); in bt_csip_set_coordinator_is_set_member()
862 return memcmp(calculated_hash, hash, BT_CSIP_CRYPTO_HASH_SIZE) == 0; in bt_csip_set_coordinator_is_set_member()
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs340 /** Do a search from URL hash */
342 const rawOption = window.location.hash.substring(1);
499 /* install hash change listener (for links) */
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c210 uint32_t *hash, *prand; in ar_execute() local
214 hash = (uint32_t *)(&rpa->val[0]); in ar_execute()
219 (*hash & 0xFFFFFF), in ar_execute()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c312 uint8_t hash[16]; member
738 if (psa_mac_sign_finish(&(state->operation), db_hash.hash, 16, in db_hash_finish()
862 err = bt_settings_store_hash(&db_hash.hash, sizeof(db_hash.hash)); in db_hash_store()
893 sys_mem_swap(db_hash.hash, sizeof(db_hash.hash)); in db_hash_gen()
895 LOG_HEXDUMP_DBG(db_hash.hash, sizeof(db_hash.hash), "Hash: "); in db_hash_gen()
939 if (!memcmp(db_hash.stored_hash, db_hash.hash, in do_db_hash()
947 LOG_HEXDUMP_DBG(db_hash.hash, sizeof(db_hash.hash), "New Hash: "); in do_db_hash()
1004 return bt_gatt_attr_read(conn, attr, buf, len, offset, db_hash.hash, in db_hash_read()
1005 sizeof(db_hash.hash)); in db_hash_read()
6359 BT_SETTINGS_DEFINE(hash, "hash", db_hash_set, db_hash_commit);
/Zephyr-latest/samples/net/sockets/big_http_download/
DREADME.rst47 hash is computed (SHA-256 is used in the source code), and an error
/Zephyr-latest/doc/services/llext/
Dconfig.rst107 a pointer-sized hash called Symbol Link Identifier (SLID), which is
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst144 hash -r
146 The ``hash -r`` command may be necessary if the installation script

12345