Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.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()
Drpr_srv.c1137 uint8_t hash[16]; in adv_handle_ext_scan() local
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c121 int img_mgmt_read_info(int image_slot, struct image_version *ver, uint8_t *hash, in img_mgmt_read_info()
226 img_mgmt_find_by_ver(struct image_version *find, uint8_t *hash) in img_mgmt_find_by_ver()
250 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_find_by_hash() local
385 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_upload_log() local
Dimg_mgmt_state.c236 uint8_t hash[IMAGE_HASH_LEN]; /* SHA256 hash */ in img_mgmt_state_read() local
405 uint8_t hash[IMAGE_HASH_LEN]; in img_mgmt_state_write() local
/Zephyr-Core-3.4.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.4.0/subsys/bluetooth/common/
Drpa.c87 uint8_t hash[3]; in bt_rpa_irk_matches() local
/Zephyr-Core-3.4.0/tests/arch/arm/arm_thread_swap_tz/src/
Dmain.c25 static void do_hash(char *hash) in do_hash()
/Zephyr-Core-3.4.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.4.0/tests/lib/hash_function/src/
Dmain.c33 uint32_t hash; in create_histogram() local
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Drpr.h99 uint32_t hash; member
/Zephyr-Core-3.4.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.4.0/subsys/bluetooth/audio/
Dcsip_set_member.c209 uint8_t hash[BT_CSIP_CRYPTO_HASH_SIZE]; in bt_csip_set_member_generate_rsi() local
Dcsip_set_coordinator.c814 uint8_t hash[BT_CSIP_CRYPTO_HASH_SIZE]; in bt_csip_set_coordinator_is_set_member() local
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Ddfu.c251 uint32_t hash; in cmd_dfu_comp_hash_get() local
/Zephyr-Core-3.4.0/subsys/net/ip/
Dtcp.c1646 uint8_t hash[16]; in tcpv6_init_isn() local
1681 uint8_t hash[16]; in tcpv4_init_isn() local
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c211 uint32_t *hash, *prand; in ar_execute() local
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dgatt.c310 uint8_t hash[16]; member