Changeset 64817 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Dec 8, 2016 9:44:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/digest.h
r62474 r64817 205 205 RTDECL(const char *) RTCrDigestTypeToAlgorithmOid(RTDIGESTTYPE enmDigestType); 206 206 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 */ 216 RTDECL(const char *) RTCrDigestTypeToName(RTDIGESTTYPE enmDigestType); 217 207 218 /** @} */ 208 219
Note:
See TracChangeset
for help on using the changeset viewer.