Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp250 KeyBuffer ephemeral_wrapped_key; in install_storage_key() local
252 if (!exportWrappedStorageKey(key, &ephemeral_wrapped_key)) { in install_storage_key()
257 return installKey(mountpoint, options, options.use_hw_wrapped_key ? ephemeral_wrapped_key : key, in install_storage_key()