/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | dfu_metadata.c | 74 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()
|
D | proxy_cli.c | 198 const uint8_t *hash; member
|
/Zephyr-Core-3.6.0/lib/hash/ |
D | hash_func32_djb2.c | 37 uint32_t hash; in sys_hash32_djb2() local
|
D | hash_map_sc.c | 36 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
|
D | hash_map_oa_lp.c | 42 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/ |
D | flash_map_integrity.c | 35 unsigned char hash[SHA256_DIGEST_SIZE]; in flash_area_check_int_sha256() local
|
/Zephyr-Core-3.6.0/subsys/mgmt/updatehub/ |
D | updatehub_integrity.c | 89 uint8_t *hash, const uint32_t size) in updatehub_integrity_finish()
|
D | updatehub_storage.c | 58 const uint8_t *hash, const size_t size) in updatehub_storage_check()
|
D | updatehub.c | 66 uint8_t hash[SHA256_BIN_DIGEST_SIZE]; member
|
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 540 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/ |
D | img_mgmt.c | 163 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
|
D | img_mgmt_state.c | 421 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/ |
D | ecc_dsa.c | 80 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/ |
D | rpa.c | 87 uint8_t hash[3]; in bt_rpa_irk_matches() local
|
/Zephyr-Core-3.6.0/tests/arch/arm/arm_thread_swap_tz/src/ |
D | main.c | 25 static void do_hash(char *hash) in do_hash()
|
/Zephyr-Core-3.6.0/subsys/jwt/ |
D | jwt.c | 217 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/ |
D | main.c | 33 uint32_t hash; in create_histogram() local
|
/Zephyr-Core-3.6.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | main.c | 159 char hash[32]; in ZTEST() local
|
D | img_gr_stub.c | 176 struct zcbor_string hash; in img_state_write_verify() local
|
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | mcumgr.py | 27 hash: str = '' variable in MCUmgrImage
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 53 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/ |
D | img_mgmt_client.h | 50 char hash[IMG_MGMT_DATA_SHA_LEN]; member
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | rpr.h | 99 uint32_t hash; member
|
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/common/include/ |
D | manifest.h | 82 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/ |
D | test_beacon.c | 1600 uint64_t hash; in proxy_adv_hash_calc() local 1667 uint64_t hash; member
|