VirtualBox

Changeset 102491 in vbox for trunk/include


Ignore:
Timestamp:
Dec 6, 2023 12:48:47 AM (14 months ago)
Author:
vboxsync
Message:

IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/shacrypt.h

    r102488 r102491  
    115115 *                      RT_SHACRYPT_MAX_SALT_LEN, both inclusive.
    116116 *
    117  * @param   cRounds     Number of rounds to use (@see
    118  *                      RT_SHACRYPT_ROUNDS_DEFAULT).  This is ignored if the
    119  *                      salt includes a 'rounds=xxx$' part.
     117 * @param   cRounds     Number of rounds to use, must be in the range
     118 *                      RT_SHACRYPT_ROUNDS_MIN thru RT_SHACRYPT_ROUNDS_MAX.
     119 *                      If unsure, use RT_SHACRYPT_ROUNDS_DEFAULT.  This is
     120 *                      ignored if the salt includes a 'rounds=xxx$' part.
    120121 * @param   pszString   Where to store the string on success.
    121122 * @param   cbString    The size of the buffer pointed to by @a pszString.
     
    145146 *                      RT_SHACRYPT_MAX_SALT_LEN, both inclusive.
    146147 *
     148 * @param   cRounds     Number of rounds to use, must be in the range
     149 *                      RT_SHACRYPT_ROUNDS_MIN thru RT_SHACRYPT_ROUNDS_MAX.
     150 *                      If unsure, use RT_SHACRYPT_ROUNDS_DEFAULT.  This is
     151 *                      ignored if the salt includes a 'rounds=xxx$' part.
    147152 * @param   pszString   Where to store the string on success.
    148153 * @param   cbString    The size of the buffer pointed to by @a pszString.
     
    175180 *                      RT_SHACRYPT_MAX_SALT_LEN, both inclusive.
    176181 *
    177  * @param   cRounds     Number of rounds to use (@see
    178  *                      RT_SHACRYPT_ROUNDS_DEFAULT).
     182 * @param   cRounds     Number of rounds to use, must be in the range
     183 *                      RT_SHACRYPT_ROUNDS_MIN thru RT_SHACRYPT_ROUNDS_MAX.
     184 *                      If unsure, use RT_SHACRYPT_ROUNDS_DEFAULT.  This is
     185 *                      ignored if the salt includes a 'rounds=xxx$' part.
    179186 * @param   pabHash     Where to return the hash on success.
    180187 * @see     RTCrShaCrypt256, RTCrShaCrypt256ToString
     
    201208 *                      RT_SHACRYPT_MAX_SALT_LEN, both inclusive.
    202209 *
    203  * @param   cRounds     Number of rounds to use (@see
    204  *                      RT_SHACRYPT_ROUNDS_DEFAULT).
     210 * @param   cRounds     Number of rounds to use, must be in the range
     211 *                      RT_SHACRYPT_ROUNDS_MIN thru RT_SHACRYPT_ROUNDS_MAX.
     212 *                      If unsure, use RT_SHACRYPT_ROUNDS_DEFAULT.  This is
     213 *                      ignored if the salt includes a 'rounds=xxx$' part.
    205214 * @param   pabHash     Where to return the hash on success.
    206215 * @see     RTCrShaCrypt512, RTCrShaCrypt512ToString
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette