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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h956 } *mpIfSecKey; member in class:Console
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp388 , mpIfSecKey(NULL)
427 MYPDMISECKEY *pIfSecKey = (MYPDMISECKEY *)RTMemAllocZ(sizeof(*mpIfSecKey) + sizeof(Console *));
435 mpIfSecKey = pIfSecKey;
668 if (mpIfSecKey)
670 RTMemFree((void *)mpIfSecKey);
671 mpIfSecKey = NULL;
4647 rc = pIMedium->pfnSetSecKeyIf(pIMedium, mpIfSecKey, mpIfSecKeyHlp);
H A DConsoleImpl2.cpp4169 rc = pIMedium->pfnSetSecKeyIf(pIMedium, mpIfSecKey, mpIfSecKeyHlp);

Completed in 1155 milliseconds