Changeset 102564 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Dec 11, 2023 9:32:30 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp
r102500 r102564 145 145 * @param pszSalt The string containing the salt. 146 146 * @param pcchSalt Where to return the extracted salt length (in 147 * characters) .148 * @param pcRounds 147 * characters) on success. 148 * @param pcRounds Where to return the round count on success. 149 149 */ 150 150 static const char *rtCrShaCryptExtractSaltAndRounds(const char *pszSalt, size_t *pcchSalt, uint32_t *pcRounds)
Note:
See TracChangeset
for help on using the changeset viewer.