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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp389 , mpIfSecKeyHlp(NULL)
437 MYPDMISECKEYHLP *pIfSecKeyHlp = (MYPDMISECKEYHLP *)RTMemAllocZ(sizeof(*mpIfSecKeyHlp) + sizeof(Console *));
442 mpIfSecKeyHlp = pIfSecKeyHlp;
674 if (mpIfSecKeyHlp)
676 RTMemFree((void *)mpIfSecKeyHlp);
677 mpIfSecKeyHlp = NULL;
4410 rc = pIMedium->pfnSetSecKeyIf(pIMedium, NULL, mpIfSecKeyHlp);
4522 rc = pIMedium->pfnSetSecKeyIf(pIMedium, NULL, mpIfSecKeyHlp);
4647 rc = pIMedium->pfnSetSecKeyIf(pIMedium, mpIfSecKey, mpIfSecKeyHlp);
H A DConsoleImpl2.cpp4169 rc = pIMedium->pfnSetSecKeyIf(pIMedium, mpIfSecKey, mpIfSecKeyHlp);
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h962 } *mpIfSecKeyHlp; member in class:Console

Completed in 3271 milliseconds