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.

31 lines
531 B

  1. LIBRARY RSAAES
  2. EXPORTS
  3. CPAcquireContext
  4. CPReleaseContext
  5. CPGenKey
  6. CPDeriveKey
  7. CPDestroyKey
  8. CPSetKeyParam
  9. CPGetKeyParam
  10. CPExportKey
  11. CPImportKey
  12. CPEncrypt
  13. CPDecrypt
  14. CPCreateHash
  15. CPHashData
  16. CPHashSessionKey
  17. CPDestroyHash
  18. CPSignHash
  19. CPVerifySignature
  20. CPGenRandom
  21. CPGetUserKey
  22. CPSetProvParam
  23. CPGetProvParam
  24. CPSetHashParam
  25. CPGetHashParam
  26. CPDuplicateKey
  27. CPDuplicateHash
  28. DllRegisterServer PRIVATE
  29. DllUnregisterServer PRIVATE