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.

47 lines
1.9 KiB

  1. LIBRARY SCHANNEL
  2. EXPORTS
  3. SpLsaModeInitialize
  4. SpUserModeInitialize
  5. InitSecurityInterfaceA = SECUR32.InitSecurityInterfaceA
  6. InitSecurityInterfaceW = SECUR32.InitSecurityInterfaceW
  7. QuerySecurityPackageInfoW = SECUR32.QuerySecurityPackageInfoW
  8. QuerySecurityPackageInfoA = SECUR32.QuerySecurityPackageInfoA
  9. EnumerateSecurityPackagesW = SECUR32.EnumerateSecurityPackagesW
  10. EnumerateSecurityPackagesA = SECUR32.EnumerateSecurityPackagesA
  11. AcquireCredentialsHandleW = SECUR32.AcquireCredentialsHandleW
  12. AcquireCredentialsHandleA = SECUR32.AcquireCredentialsHandleA
  13. FreeCredentialsHandle = SECUR32.FreeCredentialsHandle
  14. InitializeSecurityContextW = SECUR32.InitializeSecurityContextW
  15. InitializeSecurityContextA = SECUR32.InitializeSecurityContextA
  16. AcceptSecurityContext = SECUR32.AcceptSecurityContext
  17. DeleteSecurityContext = SECUR32.DeleteSecurityContext
  18. ApplyControlToken = SECUR32.ApplyControlToken
  19. CompleteAuthToken = SECUR32.CompleteAuthToken
  20. QueryContextAttributesW = SECUR32.QueryContextAttributesW
  21. QueryContextAttributesA = SECUR32.QueryContextAttributesA
  22. MakeSignature = SECUR32.MakeSignature
  23. VerifySignature = SECUR32.VerifySignature
  24. SealMessage = SECUR32.SealMessage
  25. UnsealMessage = SECUR32.UnsealMessage
  26. ImpersonateSecurityContext = SECUR32.ImpersonateSecurityContext
  27. RevertSecurityContext = SECUR32.RevertSecurityContext
  28. FreeContextBuffer = SECUR32.FreeContextBuffer
  29. SslGenerateKeyPair
  30. SslGenerateRandomBits
  31. SslLoadCertificate
  32. SslCrackCertificate
  33. SslFreeCertificate
  34. SslGetMaximumKeySize
  35. SslEmptyCacheA
  36. SslEmptyCacheW
  37. OpenSslPerformanceData
  38. CollectSslPerformanceData
  39. CloseSslPerformanceData