Home
last modified time | relevance | path

Searched refs:SEC_E_SECPKG_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/secur32/
H A Dmain.c87 _SEC_ERR(SEC_E_SECPKG_NOT_FOUND); in getSecError()
216 ok((sec_status == SEC_E_OK) || (sec_status == SEC_E_SECPKG_NOT_FOUND) || in testQuerySecurityPackageInfo()
240 ok( sec_status == SEC_E_SECPKG_NOT_FOUND, in testQuerySecurityPackageInfo()
242 getSecError(SEC_E_SECPKG_NOT_FOUND)); in testQuerySecurityPackageInfo()
H A Dschannel.c324 ok(st == SEC_E_SECPKG_NOT_FOUND, in testAcquireSecurityContext()
H A Dntlm.c221 _SEC_ERR(SEC_E_SECPKG_NOT_FOUND); in getSecError()
/reactos/dll/win32/secur32/
H A Dwrapper.c95 ret = SEC_E_SECPKG_NOT_FOUND; in AcquireCredentialsHandleA()
98 ret = SEC_E_SECPKG_NOT_FOUND; in AcquireCredentialsHandleA()
141 ret = SEC_E_SECPKG_NOT_FOUND; in AcquireCredentialsHandleW()
144 ret = SEC_E_SECPKG_NOT_FOUND; in AcquireCredentialsHandleW()
740 ret = SEC_E_SECPKG_NOT_FOUND; in QuerySecurityPackageInfoA()
743 ret = SEC_E_SECPKG_NOT_FOUND; in QuerySecurityPackageInfoA()
800 ret = SEC_E_SECPKG_NOT_FOUND; in QuerySecurityPackageInfoW()
864 ret = SEC_E_SECPKG_NOT_FOUND; in ImportSecurityContextA()
899 ret = SEC_E_SECPKG_NOT_FOUND; in ImportSecurityContextW()
H A Dthunks.c49 ret = SEC_E_SECPKG_NOT_FOUND; in thunk_AcquireCredentialsHandleA()
76 ret = SEC_E_SECPKG_NOT_FOUND; in thunk_AcquireCredentialsHandleW()
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c919 cmp(SEC_E_SECPKG_NOT_FOUND, ERROR_NO_SUCH_PACKAGE); in run_error_tests()
/reactos/sdk/include/psdk/
H A Dwinerror.h2914 #define SEC_E_SECPKG_NOT_FOUND _HRESULT_TYPEDEF_(0x80090305L) macro