Searched refs:cbState (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/crypto/
H A Dpkix.h98 uint32_t cbState; member in struct:RTCRPKIXSIGNATUREDESC
231 uint32_t cbState; member in struct:RTCRPKIXENCRYPTIONDESC
H A Ddigest.h58 uint32_t cbState; member in struct:RTCRDIGESTDESC
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-core.cpp65 * RTCRPKIXSIGNATUREDESC::cbState. */
109 PRTCRPKIXSIGNATUREINT pThis = (PRTCRPKIXSIGNATUREINT)RTMemAllocZ(RT_OFFSETOF(RTCRPKIXSIGNATUREINT, abState[pDesc->cbState]));
162 size_t cbToWipe = RT_OFFSETOF(RTCRPKIXSIGNATUREINT, abState[pThis->pDesc->cbState]);
H A Ddigest-core.cpp62 * RTCRDIGESTDESC::cbState. This is followed by space for the final hash at
90 uint32_t offHash = RT_ALIGN_32(pDesc->cbState, 8);
/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp319 size_t cbState = sizeof(szState); local
320 int rc = RTRandAdvSaveState(hRand, szState, &cbState);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h711 LONG cbState; member in struct:__anon13898
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h711 LONG cbState; member in struct:__anon1252

Completed in 80 milliseconds