Changeset 102356 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Nov 28, 2023 10:33:34 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160492
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r102355 r102356 665 665 } 666 666 667 /* Override RTCrShaCryptGenerateSalt () from IPRT to generate predictable salts to compare the script outputs. */668 DECL_HIDDEN_NOTHROW(int) RTCrShaCryptGenerateSalt(char szSalt[RT_SHACRYPT_MAX_SALT_LEN + 1], size_t cchSalt)667 /* Override RTCrShaCryptGenerateSaltWeak() from IPRT to generate predictable salts to compare the script outputs. */ 668 RTR3DECL(int) RTCrShaCryptGenerateSaltWeak(char szSalt[RT_SHACRYPT_MAX_SALT_LEN + 1], size_t cchSalt) 669 669 { 670 670 RT_NOREF(cchSalt);
Note:
See TracChangeset
for help on using the changeset viewer.