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.

37 lines
733 B

  1. ; Copyright (C) Microsoft Corporation, 1996 - 1999
  2. ; logcsp.def : Declares the module parameters for the DLL.
  3. LIBRARY "LogCsp"
  4. ; DESCRIPTION 'Logging Crypto Provider'
  5. EXPORTS
  6. CPAcquireContext
  7. CPCreateHash
  8. CPDecrypt
  9. CPDeriveKey
  10. CPDestroyHash
  11. CPDestroyKey
  12. CPDuplicateHash
  13. CPDuplicateKey
  14. CPEncrypt
  15. CPExportKey
  16. CPGenKey
  17. CPGenRandom
  18. CPGetHashParam
  19. CPGetKeyParam
  20. CPGetProvParam
  21. CPGetUserKey
  22. CPHashData
  23. CPHashSessionKey
  24. CPImportKey
  25. CPReleaseContext
  26. CPSetHashParam
  27. CPSetKeyParam
  28. CPSetProvParam
  29. CPSignHash
  30. CPVerifySignature
  31. CPDuplicateHash
  32. CPDuplicateKey
  33. CspdkVerifyImage PRIVATE