Changeset 102360 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 28, 2023 12:47:27 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedScript.h
r102228 r102360 157 157 */ 158 158 virtual HRESULT getConditional(const char *pachPlaceholder, size_t cchPlaceholder, bool *pfOutputting); 159 160 /** 161 * Static function to generate a salt for the RTShaCryptXXX functions. 162 * 163 * @returns VBox status code. 164 * @param pszSalt Where to store the salt on success. 165 * @param cchSalt Size (in characters) of \a pszSalt. Not including terminator. 166 * This also specifies how long the generated salt will be. 167 * Must be >= RT_SHACRYPT_MIN_SALT_LEN and <= RT_SHACRYPT_MAX_SALT_LEN. 168 */ 169 static int shaCryptGenerateSalt(char *pszSalt, size_t cchSalt); 159 170 }; 160 171
Note:
See TracChangeset
for help on using the changeset viewer.