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.

38 lines
724 B

  1. ; Copyright (C) Microsoft Corporation, 1996 - 2001
  2. LIBRARY "BaseCSP"
  3. EXPORTS
  4. CPAcquireContext
  5. CPAcquireContextW
  6. CPCreateHash
  7. CPDecrypt
  8. CPDeriveKey
  9. CPDestroyHash
  10. CPDestroyKey
  11. CPDuplicateHash
  12. CPDuplicateKey
  13. CPEncrypt
  14. CPExportKey
  15. CPGenKey
  16. CPGenRandom
  17. CPGetHashParam
  18. CPGetKeyParam
  19. CPGetProvParam
  20. CPGetUserKey
  21. CPHashData
  22. CPHashSessionKey
  23. CPImportKey
  24. CPReleaseContext
  25. CPSetHashParam
  26. CPSetKeyParam
  27. CPSetProvParam
  28. CPSignHash
  29. CPVerifySignature
  30. CPDuplicateHash
  31. CPDuplicateKey
  32. DllRegisterServer PRIVATE
  33. DllUnregisterServer PRIVATE
  34. DllInitialize PRIVATE