| /base/update/updater/services/package/pkg_verify/ |
| H A D | pkcs7_signed_data.cpp | 101 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 D | pkg_verify_unittest.cpp | 161 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 D | kapi_hash.c | 320 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 D | boot_upg_check_secure.c | 158 hi_u8 hash[SHA_256_LEN] = { 0 }; in boot_upg_secure_verify() local
|
| H A D | boot_upg_tool.c | 125 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 D | load_crypto.c | 223 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| H A D | kernel_crypto.c | 234 hi_u8 hash[SHA_256_LENGTH]; in crypto_load_key_content() local
|
| H A D | upg_check_boot_bin.c | 23 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 D | cjson_parser.h | 206 uint64_t hash = 2166136261; in FNVHash() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| H A D | node_context_pso_manager.cpp | 35 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 D | meta_types.h | 41 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 D | gpu_resource_handle_util.h | 212 inline uint64_t hash(const RENDER_NS::RenderHandle& value) in hash() function
|
| H A D | gpu_resource_cache.cpp | 227 uint64_t hash = (((uint64_t)mipLayerSwizzleHash) << 32u) | sizeHash; in HashCacheGpuImageDesc() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | node_context_pool_manager_vk.cpp | 43 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 D | gpu_memory_allocator_vk.cpp | 76 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 D | rs_particle_noise_field.cpp | 164 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 D | rs_typeface_cache.cpp | 58 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 D | string_view.h | 816 inline uint64_t hash(const string_view& value) in hash() function
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| H A D | property.h | 102 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 D | typeface.cpp | 180 void Typeface::SetHash(uint32_t hash) in SetHash() argument
|
| /foundation/communication/ipc/ipc/test/rpc/socket_trans/src/ |
| H A D | rpc_mini_socket_trans.c | 64 uint16_t hash = DEFAULT_HASH_SEED; in Hash() local
|
| H A D | rpc_socket_trans.c | 62 uint16_t hash = DEFAULT_HASH_SEED; in Hash() local
|
| /foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
| H A D | dp_subscribe_info_test.cpp | 214 SubscribeHash hash; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | store_util.cpp | 140 uint32_t hash = (uintptr_t(ptr) & 0xFFFFFFFF); in Anonymous() local
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | store_util.cpp | 115 uint32_t hash = (uintptr_t(ptr) & 0xFFFFFFFF); in Anonymous() local
|