VirtualBox

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


Ignore:
Timestamp:
Dec 8, 2016 9:44:02 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112201
Message:

IPRT: Added RTAsn1QueryObjIdName and RTCrDigestTypeToName.

File:
1 edited

Legend:

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

    r62474 r64817  
    205205RTDECL(const char *) RTCrDigestTypeToAlgorithmOid(RTDIGESTTYPE enmDigestType);
    206206
     207/**
     208 * Translates an IPRT digest type value to a name/descriptive string.
     209 *
     210 * The purpose here is for human readable output rather than machine readable
     211 * output, i.e. the names aren't set in stone.
     212 *
     213 * @returns Pointer to read-only string, NULL if unknown type.
     214 * @param       enmDigestType       The IPRT digest type value to convert.
     215 */
     216RTDECL(const char *) RTCrDigestTypeToName(RTDIGESTTYPE enmDigestType);
     217
    207218/** @} */
    208219
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