Home
last modified time | relevance | path

Searched defs:hash (Results 451 - 475 of 1225) sorted by relevance

1...<<11121314151617181920>>...49

/base/update/updater/services/package/pkg_verify/
H A Dpkcs7_signed_data.cpp101 int32_t Pkcs7SignedData::Verify(const std::vector<uint8_t> &hash, const std::vector<uint8_t> &sig, in Verify() argument
416 int32_t Pkcs7SignedData::Pkcs7SignleSignerVerify(const Pkcs7SignerInfo &signerInfo, const std::vector<uint8_t> &hash, in Pkcs7SignleSignerVerify() argument
446 int32_t Pkcs7SignedData::VerifyDigest(X509 *cert, const Pkcs7SignerInfo &signer, const std::vector<uint8_t> &hash, in VerifyDigest() argument
53 GetHashFromSignBlock(const uint8_t *srcData, const size_t dataLen, std::vector<uint8_t> &hash) GetHashFromSignBlock() argument
/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp161 std::vector<uint8_t> hash; in TestPkcs7SignedDataFailed() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_hash.c320 static hi_s32 kapi_hmac_finish(kapi_hash_ctx *ctx, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in kapi_hmac_finish() argument
364 kapi_hash_finsh_calc(kapi_hash_ctx *ctx, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) kapi_hash_finsh_calc() argument
586 kapi_hash_finish(hi_u32 id, hi_u8 *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) kapi_hash_finish() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check_secure.c158 hi_u8 hash[SHA_256_LEN] = { 0 }; in boot_upg_secure_verify() local
H A 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_size) in boot_upg_hash_one_content() argument
154 boot_upg_hash_more_content(HI_CONST upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) boot_upg_hash_more_content() argument
191 boot_upg_lzma_secure_verify(const upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_secure_verify() argument
230 boot_upg_lzma_secure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_secure_verify_code() argument
268 boot_upg_lzma_unsecure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_unsecure_verify_code() argument
285 hi_u8 hash[SHA_256_LEN] = { 0 }; boot_upg_check_before_decompress() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c223 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.c234 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
H A 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 }; upg_check_boot_from_mem() local
314 hi_u8 hash[SHA_256_LENGTH] = { 0 }; upg_check_unencrpt_boot_code() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h206 uint64_t hash = 2166136261; in FNVHash() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp35 uint64_t BASE_NS::hash(const RENDER_NS::ShaderSpecializationConstantDataView& specialization) in hash() function in BASE_NS
192 const uint64_t hash = HashComputeShader(shaderHandle, shaderSpecialization); in GetComputePsoHandle() local
268 const uint64_t hash = HashGraphicsShader(shader, graphicsState, dynamicStates, shaderSpecialization, cGfxHash); in GetGraphicsPsoHandleImpl() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h41 inline constexpr BASE_NS::Uid MakeUidImpl(uint64_t hash, const char (&type)[9]) in MakeUidImpl() argument
81 inline constexpr uint64_t CombineHash(uint64_t hash) in CombineHash() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.h212 inline uint64_t hash(const RENDER_NS::RenderHandle& value) in hash() function
H A Dgpu_resource_cache.cpp227 uint64_t hash = (((uint64_t)mipLayerSwizzleHash) << 32u) | sizeHash; in HashCacheGpuImageDesc() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp43 uint64_t BASE_NS::hash(const RENDER_NS::ImageLayout& val) in hash() function in BASE_NS
48 uint64_t BASE_NS::hash(const RENDER_NS::RenderPassSubpassDesc& subpass) in hash() function in BASE_NS
72 inline void HashRenderPassCompatibility(uint64_t& hash, const RenderPassDesc& renderPassDesc, in HashRenderPassCompatibility() argument
93 HashRenderPassLayouts( uint64_t& hash, const RenderPassDesc& renderPassDesc, const RenderPassImageLayouts& renderPassImageLayouts) HashRenderPassLayouts() argument
102 HashFramebuffer( uint64_t& hash, const RenderPassDesc& renderPassDesc, const GpuResourceManager& gpuResourceMgr) HashFramebuffer() argument
113 HashRenderPassOps(uint64_t& hash, const RenderPassDesc& renderPassDesc) HashRenderPassOps() argument
[all...]
H A Dgpu_memory_allocator_vk.cpp76 uint64_t BASE_NS::hash(const RENDER_NS::GpuBufferDesc& desc) in hash() function in BASE_NS
90 uint64_t BASE_NS::hash(const RENDER_NS::GpuImageDesc& desc) in hash() function in BASE_NS
368 const uint64_t hash = BASE_NS::hash(desc); in GetBufferPool() local
379 const uint64_t hash = BASE_NS::hash(desc); in GetImagePool() local
432 const uint64_t hash = BASE_NS::hash(bu in CreatePoolForBuffers() local
483 const uint64_t hash = BASE_NS::hash(img); CreatePoolForImages() local
504 const size_t hash = BASE_NS::hash(desc); GetBufferPoolDebugName() local
513 const size_t hash = BASE_NS::hash(desc); GetImagePoolDebugName() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp164 float PerlinNoise2D::Grad(int hash, float x, float y) in Grad() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp58 bool RSTypefaceCache::AddIfFound(uint64_t uniqueId, uint32_t hash) in AddIfFound() argument
73 bool RSTypefaceCache::HasTypeface(uint64_t uniqueId, uint32_t hash) in HasTypeface() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h816 inline uint64_t hash(const string_view& value) in hash() function
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h102 uint64_t hash; member
137 inline uint64_t hash(const CORE_NS::PropertyTypeDecl& value) in hash() function
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp180 void Typeface::SetHash(uint32_t hash) in SetHash() argument
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c64 uint16_t hash = DEFAULT_HASH_SEED; in Hash() local
H A Drpc_socket_trans.c62 uint16_t hash = DEFAULT_HASH_SEED; in Hash() local
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp214 SubscribeHash hash; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp140 uint32_t hash = (uintptr_t(ptr) & 0xFFFFFFFF); in Anonymous() local
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp115 uint32_t hash = (uintptr_t(ptr) & 0xFFFFFFFF); in Anonymous() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...49