/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/ |
H A D | huks_adapter_diff_impl.c | 61 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 D | huks_adapter_diff_impl.c | 34 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 D | huks_adapter_diff_impl.c | 34 int32_t HashToPointX25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in HashToPointX25519() argument
|
H A D | crypto_hash_to_point.c | 158 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 D | hks_get_udid.c | 34 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 D | hkshash_fuzzer.cpp | 43 struct HksBlob hash = { hashBuf.size(), hashBuf.data() }; in DoSomethingInterestingWithMyAPI() local
|
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_hash_test.c | 84 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 D | hks_hash_test.cpp | 78 struct HksBlob *hash = NULL; in HWTEST_F() local
|
H A D | hks_test_api_performance.c | 192 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 D | hks_openssl_hash.c | 66 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 D | hks_hash_test.cpp | 80 struct HksBlob *hash = NULL; in HWTEST_F() local
|
/base/startup/init/services/modules/udid/ |
H A D | udid_adp.c | 35 unsigned char hash[HASH_LENGTH] = { 0 }; in GetSha256Value() local
|
/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | calc_fingerprint.cpp | 26 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 D | js_leak_watcher.js | |
/base/msdp/device_status/rust/modules/scheduler/test/src/ |
H A D | lib.rs | 174 fn hash(param: usize) -> usize in hash() functions
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | group_operation_common_test.cpp | 495 char *hash = nullptr; in HWTEST_F() local
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_sm3_cipher.cpp | 97 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 D | hks_crypto_hal_dsa_sign.cpp | 111 struct HksBlob hash = { HKS_HMAC_DIGEST_SHA512_LEN, hashData }; in RunTestCase() local
|
/base/update/sys_installer_lite/frameworks/source/verify/ |
H A D | hota_verify.c | 74 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 D | log_sign_tools.cpp | 72 int LogSignTools::CalcFileSha(const std::string& path, unsigned char *hash, size_t outLen) in CalcFileSha() argument
|
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log.c | 146 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 D | cert_manager_crypto_operation.c | 103 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 D | hks_mbedtls_hash.c | 97 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 D | hks_test_api_performance.c | 185 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 D | pkg_verify_util.cpp | 80 std::vector<uint8_t> hash; in VerifySign() local 111 std::vector<uint8_t> hash; in VerifyPackageSign() local [all...] |