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.

30 lines
733 B

  1. LIBRARY PWDSSP
  2. EXPORTS
  3. InitSecurityInterfaceW
  4. InitSecurityInterfaceA
  5. QuerySecurityPackageInfoW
  6. QuerySecurityPackageInfoA
  7. EnumerateSecurityPackagesW
  8. EnumerateSecurityPackagesA
  9. AcquireCredentialsHandleW
  10. AcquireCredentialsHandleA
  11. FreeCredentialsHandle
  12. InitializeSecurityContextW
  13. InitializeSecurityContextA
  14. AcceptSecurityContext
  15. DeleteSecurityContext
  16. ApplyControlToken
  17. QueryContextAttributesW
  18. QueryContextAttributesA
  19. MakeSignature
  20. VerifySignature
  21. SealMessage
  22. UnsealMessage
  23. ImpersonateSecurityContext
  24. RevertSecurityContext
  25. FreeContextBuffer