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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp202 PPDMISECKEYHLP pIfSecKeyHlp; member in struct:VBOXDISK
1584 AssertPtr(pThis->pIfSecKeyHlp);
1585 pThis->pIfSecKeyHlp->pfnKeyMissingNotify(pThis->pIfSecKeyHlp);
1781 static DECLCALLBACK(int) drvvdSetSecKeyIf(PPDMIMEDIA pInterface, PPDMISECKEY pIfSecKey, PPDMISECKEYHLP pIfSecKeyHlp) argument
1791 pThis->pIfSecKeyHlp = pIfSecKeyHlp;
/vbox/include/VBox/vmm/
H A Dpdmifs.h1567 * @param pIfSecKeyHlp The secret key helper interface to use.
1571 PPDMISECKEYHLP pIfSecKeyHlp));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp437 MYPDMISECKEYHLP *pIfSecKeyHlp = (MYPDMISECKEYHLP *)RTMemAllocZ(sizeof(*mpIfSecKeyHlp) + sizeof(Console *)); local
438 if (!pIfSecKeyHlp)
440 pIfSecKeyHlp->pfnKeyMissingNotify = Console::i_pdmIfSecKeyHlp_KeyMissingNotify;
441 pIfSecKeyHlp->pConsole = this;
442 mpIfSecKeyHlp = pIfSecKeyHlp;

Completed in 88 milliseconds