Skip to main content

reencrypt_master_password_change_unlock_data

Function reencrypt_master_password_change_unlock_data 

Source
pub(super) fn reencrypt_master_password_change_unlock_data(
    input: ReencryptMasterPasswordChangeAndUnlockInput,
    current_user_key_id: SymmetricKeySlotId,
    new_user_key_id: SymmetricKeySlotId,
    ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<UnlockDataRequestModel, ReencryptError>