Changeset 84230 in vbox for trunk/include/iprt/crypto/pem.h
- Timestamp:
- May 10, 2020 12:52:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/pem.h
r84172 r84230 224 224 const void *pvContent, size_t cbContent, const char *pszMarker); 225 225 226 RTDECL(ssize_t) RTCrPemWriteBlobToVfsIoStrm(RTVFSIOSTREAM hVfsIos, const void *pvContent, size_t cbContent, const char *pszMarker); 227 RTDECL(ssize_t) RTCrPemWriteBlobToVfsFile(RTVFSFILE hVfsFile, const void *pvContent, size_t cbContent, const char *pszMarker); 228 226 229 /** 227 230 * PEM formatter for a generic ASN.1 structure.
Note:
See TracChangeset
for help on using the changeset viewer.