Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_metadata.c74 int bt_mesh_dfu_metadata_comp_hash_get(struct net_buf_simple *buf, uint8_t *key, uint32_t *hash) in bt_mesh_dfu_metadata_comp_hash_get()
90 int bt_mesh_dfu_metadata_comp_hash_local_get(uint8_t *key, uint32_t *hash) in bt_mesh_dfu_metadata_comp_hash_local_get()
Dproxy_cli.c198 const uint8_t *hash; member
/Zephyr-Core-3.6.0/lib/hash/
Dhash_func32_djb2.c37 uint32_t hash; in sys_hash32_djb2() local
Dhash_map_sc.c36 uint32_t hash = map->hash_func(&entry->key, sizeof(entry->key)); in sys_hashmap_sc_insert_entry() local
111 uint32_t hash; in sys_hashmap_sc_find() local
Dhash_map_oa_lp.c42 uint32_t hash = map->hash_func(&key, sizeof(key)); in sys_hashmap_oa_lp_find() local
/Zephyr-Core-3.6.0/subsys/storage/flash_map/
Dflash_map_integrity.c35 unsigned char hash[SHA256_DIGEST_SIZE]; in flash_area_check_int_sha256() local
/Zephyr-Core-3.6.0/subsys/mgmt/updatehub/
Dupdatehub_integrity.c89 uint8_t *hash, const uint32_t size) in updatehub_integrity_finish()
Dupdatehub_storage.c58 const uint8_t *hash, const size_t size) in updatehub_storage_check()
Dupdatehub.c66 uint8_t hash[SHA256_BIN_DIGEST_SIZE]; member
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c540 uint8_t *hash, size_t hash_buf_size, in crp_hash_payload()
601 uint8_t *hash, size_t hash_buf_size, in crp_sign_hash()
666 uint8_t *hash, size_t hash_len, in crp_verify_sign()
755 uint8_t hash[PSA_HASH_MAX_SIZE] = { 0 }; in crp_test() local
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c163 int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash, in img_mgmt_read_info()
268 img_mgmt_find_by_ver(struct image_version *find, uint8_t *hash) in img_mgmt_find_by_ver()
292 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_find_by_hash() local
420 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_upload_log() local
Dimg_mgmt_state.c421 uint8_t hash[IMAGE_HASH_LEN]; /* SHA256 hash */ in img_mgmt_state_encode_slot() local
707 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_state_write() local
/Zephyr-Core-3.6.0/tests/crypto/tinycrypt/src/
Decc_dsa.c80 int sign_vectors(TCSha256State_t hash, char **d_vec, char **k_vec, in sign_vectors()
342 int vrfy_vectors(TCSha256State_t hash, char **msg_vec, char **qx_vec, char **qy_vec, in vrfy_vectors()
580 uint8_t hash[NUM_ECC_BYTES]; in montecarlo_signverify() local
/Zephyr-Core-3.6.0/subsys/bluetooth/common/
Drpa.c87 uint8_t hash[3]; in bt_rpa_irk_matches() local
/Zephyr-Core-3.6.0/tests/arch/arm/arm_thread_swap_tz/src/
Dmain.c25 static void do_hash(char *hash) in do_hash()
/Zephyr-Core-3.6.0/subsys/jwt/
Djwt.c217 uint8_t hash[32], sig[256]; in jwt_sign() local
283 uint8_t hash[32], sig[64]; in jwt_sign() local
/Zephyr-Core-3.6.0/tests/lib/hash_function/src/
Dmain.c33 uint32_t hash; in create_histogram() local
/Zephyr-Core-3.6.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c159 char hash[32]; in ZTEST() local
Dimg_gr_stub.c176 struct zcbor_string hash; in img_state_write_verify() local
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dmcumgr.py27 hash: str = '' variable in MCUmgrImage
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c53 struct zcbor_string hash, version; in image_state_res_fn() local
452 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm, in img_mgmt_client_state_write()
/Zephyr-Core-3.6.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h50 char hash[IMG_MGMT_DATA_SHA_LEN]; member
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Drpr.h99 uint32_t hash; member
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/common/include/
Dmanifest.h82 uint8_t hash[SOF_MAN_MOD_SHA256_LEN]; member
169 uint8_t hash[SOF_MAN_MOD_SHA256_LEN]; member
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1600 uint64_t hash; in proxy_adv_hash_calc() local
1667 uint64_t hash; member

12