Searched defs:phStore (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dstore-inmem.cpp344 RTDECL(int) RTCrStoreCreateInMem(PRTCRSTORE phStore, uint32_t cSizeHint) argument
354 rc = rtCrStoreCreate(&g_rtCrStoreInMemProvider, pStore, phStore);
H A Dstore.cpp81 * @param phStore Where to return the store handle.
83 DECLHIDDEN(int) rtCrStoreCreate(PCRTCRSTOREPROVIDER pProvider, void *pvProvider, PRTCRSTORE phStore) argument
92 *phStore = pThis;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1430 * @param phStore Where to return the store pointer.
1440 static int supHardNtViCertStoreInit(PRTCRSTORE phStore, argument
1446 AssertReturn(*phStore == NIL_RTCRSTORE, VERR_WRONG_ORDER);
1448 int rc = RTCrStoreCreateInMem(phStore, cCerts1 + cCerts2);
1452 rc = supHardNtViCertStoreAddArray(*phStore, paCerts1, cCerts1, pErrInfo);
1454 rc = supHardNtViCertStoreAddArray(*phStore, paCerts2, cCerts2, pErrInfo);
1456 rc = supHardNtViCertStoreAddArray(*phStore, paCerts3, cCerts3, pErrInfo);

Completed in 41 milliseconds