Home
last modified time | relevance | path

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

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_tool.c125 hi_u32 boot_upg_hash_one_content(hi_u32 flash_addr, hi_u32 total_size, hi_u8 *hash, hi_u32 hash_siz… in boot_upg_hash_one_content()
154 hi_u32 boot_upg_hash_more_content(HI_CONST upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) in boot_upg_hash_more_content()
191 hi_u32 boot_upg_lzma_secure_verify(const upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) in boot_upg_lzma_secure_verify()
230 hi_u32 boot_upg_lzma_secure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 hash_… in boot_upg_lzma_secure_verify_code()
268 hi_u32 boot_upg_lzma_unsecure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 has… in boot_upg_lzma_unsecure_verify_code()
285 hi_u8 hash[SHA_256_LEN] = { 0 }; in boot_upg_check_before_decompress() local
Dboot_upg_check_secure.c158 hi_u8 hash[SHA_256_LEN] = { 0 }; in boot_upg_secure_verify() local
/device/soc/rockchip/common/sdk_linux/init/
Dinitramfs.c55 static __initdata struct hash { struct
58 struct hash *next; argument
62 static inline int hash(int major, int minor, int ino) in hash() function
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dkey_cache.c98 uint32_t hash; in NameHash() local
105 int hash = NameHash(name, len) & PATH_CACHE_HASH_MASK; in KeyCacheInsert() local
152 int hash = NameHash(name, len) & PATH_CACHE_HASH_MASK; in KeyCacheLookup() local
Dfb_mem.h58 uint32_t hash; /* vnode hash */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_secure.c44 hi_u32 upg_hash_one_content(hi_u32 flash_addr, hi_u32 total_size, hi_u8 *hash, hi_u32 hash_size) in upg_hash_one_content()
79 hi_u32 upg_hash_more_content(HI_CONST upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) in upg_hash_more_content()
139 hi_u8 hash[SHA_256_LEN] = { 0 }; in upg_secure_verify() local
Dupg_check_boot_bin.c23 hi_u8 hash[SHA_256_LENGTH]; in upg_check_boot_root_pub_key() local
131 hi_u8 hash[SHA_256_LENGTH] = { 0 }; in upg_check_boot_sub_key() local
243 hi_u8 hash[SHA_256_LENGTH] = { 0 }; in upg_check_boot_from_mem() local
314 hi_u8 hash[SHA_256_LENGTH] = { 0 }; in upg_check_unencrpt_boot_code() local
Dkernel_crypto.c234 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmbloom.c55 bcm_bloom_hash_t *hash; /* array of hash functions */ member
134 bcm_bloom_add_hash(bcm_bloom_filter_t *bp, bcm_bloom_hash_t hash, uint *idx) in bcm_bloom_add_hash()
Ddhd_flowring.c553 int hash; in dhd_flowid_find() local
624 int hash; in dhd_flowid_alloc() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_hash.c320 static hi_s32 kapi_hmac_finish(kapi_hash_ctx *ctx, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *hashle… in kapi_hmac_finish()
364 static hi_s32 kapi_hash_finsh_calc(kapi_hash_ctx *ctx, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *ha… in kapi_hash_finsh_calc()
586 hi_s32 kapi_hash_finish(hi_u32 id, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in kapi_hash_finish()
/device/soc/rockchip/rk3588/hardware/mpp/include/
Ddictionary.h65 unsigned * hash ; /** List of hash values for keys */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Defuse_opt.c70 hi_u8 hash[SHA_256_LENGTH] = {0}; in efuse_cfg_verify() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_sm3.c252 hi_u32 hash[SM3_RESULT_SIZE_IN_WORD] = {0}; in sm3_final() local
376 hi_s32 ext_sm3_finish(hi_void *ctx, hi_void *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in ext_sm3_finish()
Dext_hash.c139 hi_s32 mbedtls_hash_finish(hi_void *ctx, hi_void *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in mbedtls_hash_finish()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
Defuse_cfg_gen.py71 hash = hashlib.sha256(data).digest() variable
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dpkcs11.h156 const unsigned char *hash, unsigned char *sig ) in mbedtls_ssl_pkcs11_sign()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_cipher.h128 const hi_u8 *hash; /* Input hash data for ecc verify. */ member
140 …hi_u8 *hash; /* The input hash value will be changed after hi_cipher_rsa_verify_hash execut… member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiaware/source/
Dhal_wifiaware.c29 unsigned int HalCipherHashSha256(const char* input, unsigned int inputLen, unsigned char* hash, uns… in HalCipherHashSha256()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Defuse_opt.h32 hi_u8 hash[SHA_256_LENGTH]; /* hash of configuration file. */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
Dcryp_hash.c123 hi_u32 hash[HASH_RESULT_MAX_SIZE_IN_WORD]; /* buffer to store the result */ member
592 static hi_s32 cryp_hash_finish(hi_void *ctx, hi_void *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in cryp_hash_finish()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_cipher.h159 const hi_u8 *hash; /**< Hash data for ecc sign. */ member
174 const hi_u8 *hash; /**< Hash data for ecc verify. */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dload_crypto.c223 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c594 char hash[MAX_HASH_LEN]; /* hash data */ member
1390 static int write_file(int offset_block, const char *src_path, char hash[], int hash_size) in write_file()
1464 char hash[20]; /* sha1 */ in write_index_tbl() local
/device/soc/rockchip/rk3588/kernel/scripts/
Dresource_tool.c611 char hash[MAX_HASH_LEN]; /* hash data */ member
1410 char hash[], int hash_size) in write_file()
1482 char hash[20]; /* sha1 */ in write_index_tbl() local

12