Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyStorage.cpp427 static bool stretchSecret(const std::string& stretching, const std::string& secret, in stretchSecret() argument
429 if (stretching == kStretch_nopassword) { in stretchSecret()
435 } else if (stretching == kStretch_none) { in stretchSecret()
438 LOG(ERROR) << "Unknown stretching type: " << stretching; in stretchSecret()
447 if (!stretchSecret(stretching, auth.secret, &stretched)) return false; in generateAppId()
580 std::string stretching = getStretching(auth); in storeKey() local
581 if (!writeStringToFile(stretching, dir + "/" + kFn_stretching)) return false; in storeKey()
583 if (!generateAppId(auth, stretching, secdiscardable_hash, &appId)) return false; in storeKey()
631 std::string stretching; in retrieveKey() local
632 if (!readFileToString(dir + "/" + kFn_stretching, &stretching)) return false; in retrieveKey()
[all …]
/aosp12/hardware/interfaces/graphics/common/1.1/
H A Dtypes.hal267 * display gamut. The stretching is recommended to preserve skin tones.
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...