VirtualBox

Ignore:
Timestamp:
Apr 27, 2022 12:58:00 PM (3 years ago)
Author:
vboxsync
Message:

Main: Implement loading and unloading of the cryptographic support module from the extension pack, bugref:9955

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r94660 r94720  
    2121# pragma once
    2222#endif
     23
     24#include <VBox/VBoxCryptoIf.h>
    2325
    2426#include "VirtualBoxBase.h"
     
    292294    void i_storeSettingsKey(const Utf8Str &aKey);
    293295    bool i_isMediaUuidInUse(const Guid &aId, DeviceType_T deviceType);
     296    HRESULT i_retainCryptoIf(PCVBOXCRYPTOIF *ppCryptoIf);
     297    HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf);
     298    HRESULT i_unloadCryptoIfModule(void);
    294299
    295300
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette