Home
last modified time | relevance | path

Searched refs:algorithmMaps (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp34 …return (algorithmMaps.find(alg) != algorithmMaps.end()) ? algorithmMaps.at(alg) : HASH_ALGORITHM_T… in GetHashAlgorithm()
H A Dhash.h33 const std::map<std::string, HASH_ALGORITHM_TYPE> algorithmMaps = { variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp30 …return (algorithmMaps.find(alg) != algorithmMaps.end()) ? algorithmMaps.at(alg) : HASH_ALGORITHM_T… in GetHashAlgorithm()