Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFsCrypt.cpp257 KeyBuffer ephemeral_wrapped_key; in install_storage_key() local
259 if (!exportWrappedStorageKey(key, &ephemeral_wrapped_key)) { in install_storage_key()
264 return installKey(mountpoint, options, options.use_hw_wrapped_key ? ephemeral_wrapped_key : key, in install_storage_key()