Searched defs:pIfSecKeyHlp (Results 1 - 2 of 2) 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/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 348 milliseconds