Home
last modified time | relevance | path

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

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