VirtualBox

Changeset 64864 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
Dec 14, 2016 1:38:16 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112266
Message:

IPRT: Added set-of-object-id-sequences and RTCrDigestTypeToHashSize.

File:
1 edited

Legend:

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

    r64817 r64864  
    216216RTDECL(const char *) RTCrDigestTypeToName(RTDIGESTTYPE enmDigestType);
    217217
     218/**
     219 * Translates an IPRT digest type value to a hash size.
     220 *
     221 * @returns Hash size (in bytes).
     222 * @param       enmDigestType       The IPRT digest type value to convert.
     223 */
     224RTDECL(uint32_t) RTCrDigestTypeToHashSize(RTDIGESTTYPE enmDigestType);
     225
    218226/** @} */
    219227
Note: See TracChangeset for help on using the changeset viewer.

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