Home
last modified time | relevance | path

Searched refs:HashFinal (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp31 static tuple<int, string> HashFinal(int err, const unique_ptr<unsigned char[]> &hashBuf, size_t has… in HashFinal() function
77 return HashFinal(err, res, MD5_DIGEST_LENGTH); in HashWithMD5()
90 return HashFinal(err, res, SHA_DIGEST_LENGTH); in HashWithSHA1()
103 return HashFinal(err, res, SHA256_DIGEST_LENGTH); in HashWithSHA256()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp42 static string HashFinal(const unique_ptr<unsigned char[]> &hashBuf, size_t hashLen) in HashFinal() function
141 digestStr = HashFinal(res, MD5_DIGEST_LENGTH); in Digest()
147 digestStr = HashFinal(res, SHA_DIGEST_LENGTH); in Digest()
153 digestStr = HashFinal(res, SHA256_DIGEST_LENGTH); in Digest()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp29 static tuple<int, string> HashFinal(int err, const unique_ptr<unsigned char[]> &hashBuf, size_t has… in HashFinal() function
75 return HashFinal(err, res, SHA256_DIGEST_LENGTH); in HashWithSHA256()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_engine.c138 HashFinal func = (HashFinal)GetAbility(HKS_CRYPTO_ABILITY_HASH_FINAL); in HksCryptoHalHashFinal()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_engine.c300 HashFinal func = (HashFinal)GetAbility(HKS_CRYPTO_ABILITY_HASH_FINAL); in HksCryptoHalHashFinal()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h152 typedef int32_t (*HashFinal)(void **, const struct HksBlob *, struct HksBlob *); typedef