Searched refs:pcbKey (Results 1 - 9 of 9) sorted by relevance

/vbox/include/VBox/
H A Dvd-ifs.h1429 * @param pcbKey Where to store the size of the key in bytes 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/Main/include/
H A DMediumImpl.h345 const uint8_t **ppbKey, size_t *pcbKey);
H A DConsoleImpl.h770 size_t *pcbKey);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwinsplp.h144 LONG (WINAPI *fpQueryInfoKey)(HANDLE hcKey, PDWORD pcSubKeys, PDWORD pcbKey,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwinsplp.h144 LONG (WINAPI *fpQueryInfoKey)(HANDLE hcKey, PDWORD pcSubKeys, PDWORD pcbKey,
/vbox/include/VBox/vmm/
H A Dpdmifs.h1380 * @param pcbKey Where to store the size of the key in bytes on success.
1383 const uint8_t **pbKey, size_t *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-client/
H A DConsoleImpl.cpp10055 size_t *pcbKey)
10066 *pcbKey = pKey->getKeySize();
10054 i_pdmIfSecKey_KeyRetain(PPDMISECKEY pInterface, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey) argument
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp7223 const uint8_t **ppbKey, size_t *pcbKey)
7228 NOREF(pcbKey);
7222 i_vdCryptoKeyRetain(void *pvUser, const char *pszId, const uint8_t **ppbKey, size_t *pcbKey) argument

Completed in 124 milliseconds