Leaked source code of windows server 2003
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.

41 lines
1.0 KiB

  1. ; slbCsp.def : Declares the module parameters for the DLL.
  2. ;; (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. ;; 1999. This computer program includes Confidential, Proprietary
  4. ;; Information and is a Trade Secret of Schlumberger Technology Corp. All
  5. ;; use, disclosure, and/or reproduction is prohibited unless authorized
  6. ;; in writing. All Rights Reserved.
  7. LIBRARY "SLBCSP"
  8. ;DESCRIPTION 'Schlumberger Cryptographic Service Provider'
  9. EXPORTS
  10. CPAcquireContext
  11. CPReleaseContext
  12. CPGenKey
  13. CPDeriveKey
  14. CPDestroyKey
  15. CPDuplicateHash
  16. CPDuplicateKey
  17. CPSetKeyParam
  18. CPGetKeyParam
  19. CPSetProvParam
  20. CPGetProvParam
  21. CPSetHashParam
  22. CPGetHashParam
  23. CPExportKey
  24. CPImportKey
  25. CPEncrypt
  26. CPDecrypt
  27. CPCreateHash
  28. CPHashData
  29. CPHashSessionKey
  30. CPDestroyHash
  31. CPSignHash
  32. CPVerifySignature
  33. CPGenRandom
  34. CPGetUserKey
  35. DllRegisterServer PRIVATE
  36. DllUnregisterServer PRIVATE