Searched refs:pIfSecKey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp200 PPDMISECKEY pIfSecKey; member in struct:VBOXDISK
649 AssertPtr(pThis->pIfSecKey);
650 if (pThis->pIfSecKey)
651 rc = pThis->pIfSecKey->pfnKeyRetain(pThis->pIfSecKey, pszId, ppbKey, pcbKey);
663 AssertPtr(pThis->pIfSecKey);
664 if (pThis->pIfSecKey)
665 rc = pThis->pIfSecKey->pfnKeyRelease(pThis->pIfSecKey, pszId);
677 AssertPtr(pThis->pIfSecKey);
1781 drvvdSetSecKeyIf(PPDMIMEDIA pInterface, PPDMISECKEY pIfSecKey, PPDMISECKEYHLP pIfSecKeyHlp) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp427 MYPDMISECKEY *pIfSecKey = (MYPDMISECKEY *)RTMemAllocZ(sizeof(*mpIfSecKey) + sizeof(Console *)); local
428 if (!pIfSecKey)
430 pIfSecKey->pfnKeyRetain = Console::i_pdmIfSecKey_KeyRetain;
431 pIfSecKey->pfnKeyRelease = Console::i_pdmIfSecKey_KeyRelease;
432 pIfSecKey->pfnPasswordRetain = Console::i_pdmIfSecKey_PasswordRetain;
433 pIfSecKey->pfnPasswordRelease = Console::i_pdmIfSecKey_PasswordRelease;
434 pIfSecKey->pConsole = this;
435 mpIfSecKey = pIfSecKey;
/vbox/include/VBox/vmm/
H A Dpdmifs.h1564 * @param pIfSecKey The secret key interface to use.
1570 DECLR3CALLBACKMEMBER(int, pfnSetSecKeyIf,(PPDMIMEDIA pInterface, PPDMISECKEY pIfSecKey,

Completed in 108 milliseconds