Searched refs:fFinal (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/crypto/
H A Dpkix.h306 * @param fFinal Whether this is the final call.
310 void *pvCiphertext, size_t cbMaxCiphertext, size_t *pcbCiphertext, bool fFinal);
322 * @param fFinal Whether this is the final call.
325 size_t cbPlaintext, size_t *pcbCiphertext, bool fFinal);
346 * @param fFinal Whether this is the final call.
350 void *pvPlaintext, size_t cbMaxPlaintext, size_t *pcbPlaintext, bool fFinal);
362 * @param fFinal Whether this is the final call.
365 size_t cbCiphertext, size_t *pcbPlaintext, bool fFinal);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp43 static int pdmR3CritSectDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTINT pCritSect, PPDMCRITSECTINT pPrev, bool fFinal);
44 static int pdmR3CritSectRwDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTRWINT pCritSect, PPDMCRITSECTRWINT pPrev, bool fFinal);
486 * @param fFinal Set if this is the final call and statistics shouldn't be deregistered.
490 static int pdmR3CritSectDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTINT pCritSect, PPDMCRITSECTINT pPrev, bool fFinal) argument
527 if (!fFinal)
543 * @param fFinal Set if this is the final call and statistics shouldn't be deregistered.
547 static int pdmR3CritSectRwDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTRWINT pCritSect, PPDMCRITSECTRWINT pPrev, bool fFinal) argument
597 if (!fFinal)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1678 bool fFinal = iComponent + 1 == cComponents;
1683 rc = supR3HardenedVerifyFsObject(&FsObjState, !fFinal /*fDir*/, fRelaxed, Info.szPath, pErrInfo);
1686 Info.szPath[Info.aoffComponents[iComponent + 1] - 1] = !fFinal ? RTPATH_SLASH : '\0';
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1379 bool fFinal = iComponent + 1 >= pPath->cComponents; local
1380 if (fFinal && !fFollowSymlink)
1395 if (fFinal)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h3431 DWORD cbData, BOOL fFinal);
4461 DWORD cbData, BOOL fFinal);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h3406 DWORD cbData, BOOL fFinal);
4369 DWORD cbData, BOOL fFinal);

Completed in 134 milliseconds