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.

34 lines
563 B

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