HomeSort by relevance Sort by last modified time
    Searched refs:secdiscardable_hash (Results 1 - 2 of 2) sorted by null

  /system/vold/
KeyStorage.cpp 329 const std::string& salt, const std::string& secdiscardable_hash,
333 *appId = secdiscardable_hash + stretched;
453 std::string secdiscardable_hash;
454 if (!createSecdiscardable(dir + "/" + kFn_secdiscardable, &secdiscardable_hash)) return false;
466 if (!generateAppId(auth, stretching, salt, secdiscardable_hash, &appId)) return false;
512 std::string secdiscardable_hash; local
513 if (!readSecdiscardable(dir + "/" + kFn_secdiscardable, &secdiscardable_hash)) return false;
521 if (!generateAppId(auth, stretching, salt, secdiscardable_hash, &appId)) return false;
Ext4Crypt.cpp 516 std::string secdiscardable_hash; local
518 if (!android::vold::readSecdiscardable(secdiscardable_path, &secdiscardable_hash))
525 if (!android::vold::createSecdiscardable(secdiscardable_path, &secdiscardable_hash))
533 android::vold::KeyAuthentication auth("", secdiscardable_hash);
    [all...]

Completed in 88 milliseconds