Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
661 B

  1. ;+-------------------------------------------------------------------------
  2. ;
  3. ; Microsoft Windows
  4. ;
  5. ; Copyright (C) Microsoft Corporation, 1997 - 1999
  6. ;
  7. ; File: sp3crmsg.def
  8. ;
  9. ;--------------------------------------------------------------------------
  10. LIBRARY SP3CRMSG
  11. EXPORTS
  12. #define CMS_PKCS7
  13. DllRegisterServer PRIVATE
  14. DllUnregisterServer PRIVATE
  15. #ifdef CMS_PKCS7
  16. DllInstall PRIVATE
  17. #endif // CMS_PKCS7
  18. SP3ImportEncryptKey
  19. SP3GenEncryptKey
  20. SP3ExportEncryptKey
  21. #ifdef CMS_PKCS7
  22. CryptMsgDllGenContentEncryptKey
  23. CryptMsgDllExportKeyTrans
  24. CryptMsgDllImportKeyTrans
  25. NotImplCryptMsgDllImportKeyTrans
  26. #endif // CMS_PKCS7