Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyUtil.h66 bool installKey(const std::string& mountpoint, const EncryptionOptions& options,
H A DKeyUtil.cpp262 bool installKey(const std::string& mountpoint, const EncryptionOptions& options, in installKey() function
H A DFsCrypt.cpp264 return installKey(mountpoint, options, options.use_hw_wrapped_key ? ephemeral_wrapped_key : key, in install_storage_key()