Home
last modified time | relevance | path

Searched refs:SecPkgInfoW (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/schannel/
H A Dsecur32_wine.c73 bytesNeeded = packageTable->numPackages * sizeof(SecPkgInfoW); in schan_EnumerateSecurityPackagesW()
91 packageTable->numPackages * sizeof(SecPkgInfoW)); in schan_EnumerateSecurityPackagesW()
130 const SecPkgInfoW *info) in thunk_PSecPkgInfoWToA()
293 const SecPkgInfoW *inInfoW) in _copyPackageInfo()
300 memcpy(info, inInfoW ? inInfoW : (const SecPkgInfoW *)inInfoA, sizeof(*info)); in _copyPackageInfo()
363 const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) in SECUR32_addPackages()
H A Dschannel_priv.h35 SecPkgInfoW infoW;
53 const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) DECLSPEC_HIDDEN;
H A Dschannel_wine.c1403 const SecPkgInfoW info[] = { in SECUR32_initSchannelSP()
/reactos/dll/win32/secur32/
H A Dsecur32_priv.h39 SecPkgInfoW infoW;
57 const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) DECLSPEC_HIDDEN;
H A Dsspi.c342 const SecPkgInfoW *inInfoW) in _copyPackageInfo()
349 memcpy(info, inInfoW ? inInfoW : (const SecPkgInfoW *)inInfoA, sizeof(*info)); in _copyPackageInfo()
412 const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) in SECUR32_addPackages()
729 bytesNeeded = packageTable->numPackages * sizeof(SecPkgInfoW); in EnumerateSecurityPackagesW()
747 packageTable->numPackages * sizeof(SecPkgInfoW)); in EnumerateSecurityPackagesW()
786 const SecPkgInfoW *info) in thunk_PSecPkgInfoWToA()
H A Dthunks.c347 static PSecPkgInfoA _copyPackageInfoFlatWToA(const SecPkgInfoW *infoW) in _copyPackageInfoFlatWToA()
578 size_t bytesNeeded = sizeof(SecPkgInfoW); in _copyPackageInfoFlatAToW()
596 PWSTR nextString = (PWSTR)((PBYTE)ret + sizeof(SecPkgInfoW)); in _copyPackageInfoFlatAToW()
H A Dwrapper.c759 size_t bytesNeeded = sizeof(SecPkgInfoW); in QuerySecurityPackageInfoW()
776 sizeof(SecPkgInfoW)); in QuerySecurityPackageInfoW()
/reactos/dll/win32/secur32/wine/
H A Dntlm.h113 extern SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
H A Dkerberos.c293 static const SecPkgInfoW infoW = {
H A Dnegotiate.c520 const SecPkgInfoW infoW = {CAPS, 1, RPC_C_AUTHN_GSS_NEGOTIATE, NEGO_MAX_TOKEN, in SECUR32_initNegotiateSP()
H A Dntlm.c2005 static const SecPkgInfoW infoW = {
2024 SecPkgInfoW *ntlm_package_infoW = (SecPkgInfoW *)&infoW;
/reactos/modules/rostests/winetests/schannel/
H A Dmain.c184 SecPkgInfoW PackageInfo; in testGetInfo()
/reactos/dll/win32/rpcrt4/
H A Drpc_server.c1334 static RPC_STATUS find_security_package(ULONG auth_type, SecPkgInfoW **packages_buf, SecPkgInfoW **… in find_security_package()
1337 SecPkgInfoW *packages; in find_security_package()
1438 SecPkgInfoW *packages, *package; in RpcServerRegisterAuthInfoW()
H A Drpc_transport.c2814 SecPkgInfoW *pkg_info; in do_authorization()
/reactos/sdk/include/xdk/
H A Dsspi.h401 } SecPkgInfoW, *PSecPkgInfoW; typedef
402 #define SecPkgInfo SecPkgInfoW
/reactos/sdk/include/psdk/
H A Dsspi.h120 } SecPkgInfoW, *PSecPkgInfoW; typedef