Searched defs:ppbKey (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Dvd-ifs.h1428 * @param ppbKey Where to store the pointer to the key buffer on success.
1431 DECLR3CALLBACKMEMBER(int, pfnKeyRetain, (void *pvUser, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey));
1524 DECLINLINE(int) vdIfCryptoKeyRetain(PVDINTERFACECRYPTO pIfCrypto, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey) argument
1526 return pIfCrypto->pfnKeyRetain(pIfCrypto->Core.pvUser, pszId, ppbKey, pcbKey);
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp644 static DECLCALLBACK(int) drvvdCryptoKeyRetain(void *pvUser, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey) argument
651 rc = pThis->pIfSecKey->pfnKeyRetain(pThis->pIfSecKey, pszId, ppbKey, pcbKey);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp7223 const uint8_t **ppbKey, size_t *pcbKey)
7227 NOREF(ppbKey);
7222 i_vdCryptoKeyRetain(void *pvUser, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp10054 Console::i_pdmIfSecKey_KeyRetain(PPDMISECKEY pInterface, const char *pszId, const uint8_t **ppbKey, argument
10065 *ppbKey = (const uint8_t *)pKey->getKeyBuffer();

Completed in 237 milliseconds