Home
last modified time | relevance | path

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

123

/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
H A Dhuks_adapter_diff_impl.c61 int32_t HashToPointX25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in HashToPointX25519() argument
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
H A Dhuks_adapter_diff_impl.c34 int32_t HashToPointX25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in HashToPointX25519() argument
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dhuks_adapter_diff_impl.c34 int32_t HashToPointX25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in HashToPointX25519() argument
H A Dcrypto_hash_to_point.c158 static int32_t CurveHashToPointCalcB(const struct HksBlob *hash, in CurveHashToPointCalcB() argument
329 static int32_t CurveHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in CurveHashToPoint() argument
393 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint() argument
[all...]
/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/
H A Dhks_get_udid.c34 static int32_t ComputeHash(const char *data, uint32_t len, struct HksBlob *hash) in ComputeHash() argument
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/
H A Dhkshash_fuzzer.cpp43 struct HksBlob hash = { hashBuf.size(), hashBuf.data() }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_hash_test.c84 struct HksBlob *hash = NULL; in LITE_TEST_CASE() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_hash_test.cpp78 struct HksBlob *hash = NULL; in HWTEST_F() local
H A Dhks_test_api_performance.c192 HksHashRun(const struct HksParamSet *paramSet, const struct HksBlob *srcData, struct HksBlob *hash, uint32_t performTimes) HksHashRun() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hash.c66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam() argument
76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash() argument
134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal() argument
[all...]
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_hash_test.cpp80 struct HksBlob *hash = NULL; in HWTEST_F() local
/base/startup/init/services/modules/udid/
H A Dudid_adp.c35 unsigned char hash[HASH_LENGTH] = { 0 }; in GetSha256Value() local
/base/hiviewdfx/hiview/utility/common_utils/
H A Dcalc_fingerprint.cpp26 int CalcFingerprint::ConvertToString(const unsigned char hash[SHA256_DIGEST_LENGTH], char *outstr, size_t len) in ConvertToString() argument
59 int CalcFingerprint::CalcFileSha(const string& filePath, char *hash, size_t len) in CalcFileSha() argument
74 int CalcFingerprint::CalcFileShaOriginal(const string& filePath, unsigned char *hash, size_t len) in CalcFileShaOriginal() argument
118 CalcBufferSha(const string& buffer, size_t bufSize, char *hash, size_t len) CalcBufferSha() argument
138 CalcBufferSha(unsigned char* source, size_t sourceLen, char *hash, size_t hashLen) CalcBufferSha() argument
[all...]
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js
/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs174 fn hash(param: usize) -> usize in hash() functions
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp495 char *hash = nullptr; in HWTEST_F() local
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_sm3_cipher.cpp97 struct HksBlob hash = { 19, hashData }; in HWTEST_F() local
119 struct HksBlob hash = { 32, hashData }; in HWTEST_F() local
141 struct HksBlob hash = { 46, hashData }; in HWTEST_F() local
H A Dhks_crypto_hal_dsa_sign.cpp111 struct HksBlob hash = { HKS_HMAC_DIGEST_SHA512_LEN, hashData }; in RunTestCase() local
/base/update/sys_installer_lite/frameworks/source/verify/
H A Dhota_verify.c74 static int32 HotaCalcImageHash(uint8 *dataAddr, uint32 dataLen, uint8 *hash, uint32 hashLen) in HotaCalcImageHash() argument
103 static int32 HotaSignVerifyByHash(const uint8 *hash, uint3 argument
[all...]
/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp72 int LogSignTools::CalcFileSha(const std::string& path, unsigned char *hash, size_t outLen) in CalcFileSha() argument
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c146 void HILOG_HashPrintf(uint8 module, uint8 level, const char *nums, uint32 hash, ...) in HILOG_HashPrintf() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_crypto_operation.c103 int32_t CmGetHash(const struct CmBlob *inData, struct CmBlob *hash) in CmGetHash() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hash.c97 static int32_t HksMbedtlsHashMd5Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHashMd5Final() argument
184 static int32_t HksMbedtlsHashSha1Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHashSha1Final() argument
280 HksMbedtlsHashSha256Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHashSha256Final() argument
379 HksMbedtlsHashSha512Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHashSha512Final() argument
526 HksMbedtlsHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHashFinal() argument
603 HksMbedtlsHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHash() argument
[all...]
/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_api_performance.c185 HksHashRun(const struct HksParamSet *paramSet, const struct HksBlob *srcData, struct HksBlob *hash, uint32_t performTimes) HksHashRun() argument
/base/update/updater/services/package/pkg_verify/
H A Dpkg_verify_util.cpp80 std::vector<uint8_t> hash; in VerifySign() local
111 std::vector<uint8_t> hash; in VerifyPackageSign() local
[all...]

Completed in 14 milliseconds

123