/reactos/sdk/include/psdk/ |
H A D | sspi.h | 192 SECURITY_STATUS 198 SECURITY_STATUS 212 SECURITY_STATUS 219 SECURITY_STATUS 261 SECURITY_STATUS 274 SECURITY_STATUS 308 SECURITY_STATUS 317 SECURITY_STATUS 333 SECURITY_STATUS 408 SECURITY_STATUS [all …]
|
/reactos/sdk/include/xdk/ |
H A D | sspi.h | 582 SECURITY_STATUS 596 SECURITY_STATUS 609 SECURITY_STATUS 624 SECURITY_STATUS 637 SECURITY_STATUS 650 SECURITY_STATUS 662 SECURITY_STATUS 675 SECURITY_STATUS 695 SECURITY_STATUS 702 SECURITY_STATUS [all …]
|
/reactos/dll/win32/secur32/ |
H A D | wrapper.c | 33 SECURITY_STATUS ret; in SECUR32_makeSecHandle() 64 SECURITY_STATUS ret; in AcquireCredentialsHandleA() 110 SECURITY_STATUS ret; in AcquireCredentialsHandleW() 154 SECURITY_STATUS ret; in FreeCredentialsHandle() 180 SECURITY_STATUS ret; in QueryCredentialsAttributesA() 210 SECURITY_STATUS ret; in QueryCredentialsAttributesW() 244 SECURITY_STATUS ret; in InitializeSecurityContextA() 308 SECURITY_STATUS ret; in InitializeSecurityContextW() 370 SECURITY_STATUS ret; in AcceptSecurityContext() 423 SECURITY_STATUS ret; in CompleteAuthToken() [all …]
|
H A D | thunks.h | 27 SECURITY_STATUS SEC_ENTRY thunk_AcquireCredentialsHandleA( 31 SECURITY_STATUS SEC_ENTRY thunk_AcquireCredentialsHandleW( 35 SECURITY_STATUS SEC_ENTRY thunk_InitializeSecurityContextA( 41 SECURITY_STATUS SEC_ENTRY thunk_InitializeSecurityContextW( 47 SECURITY_STATUS SEC_ENTRY thunk_ImportSecurityContextA( 50 SECURITY_STATUS SEC_ENTRY thunk_ImportSecurityContextW( 53 SECURITY_STATUS SEC_ENTRY thunk_AddCredentialsA(PCredHandle hCredentials, 61 SECURITY_STATUS SEC_ENTRY thunk_QueryCredentialsAttributesA( 63 SECURITY_STATUS SEC_ENTRY thunk_QueryCredentialsAttributesW( 65 SECURITY_STATUS SEC_ENTRY thunk_QueryContextAttributesA( [all …]
|
H A D | thunks.c | 31 SECURITY_STATUS ret; in thunk_AcquireCredentialsHandleA() 58 SECURITY_STATUS ret; in thunk_AcquireCredentialsHandleW() 86 SECURITY_STATUS ret; in thunk_QueryCredentialsAttributesA() 139 SECURITY_STATUS ret; in thunk_QueryCredentialsAttributesW() 196 SECURITY_STATUS ret; in thunk_InitializeSecurityContextA() 236 SECURITY_STATUS ret; in thunk_InitializeSecurityContextW() 273 SECURITY_STATUS ret; in thunk_AddCredentialsA() 313 SECURITY_STATUS ret; in thunk_AddCredentialsW() 543 SECURITY_STATUS ret; in thunk_QueryContextAttributesA() 769 SECURITY_STATUS ret; in thunk_QueryContextAttributesW() [all …]
|
H A D | stubs.c | 10 SECURITY_STATUS 18 SECURITY_STATUS 26 SECURITY_STATUS 34 SECURITY_STATUS 42 SECURITY_STATUS
|
/reactos/dll/win32/secur32/wine/ |
H A D | ntlm.h | 73 SECURITY_STATUS SECUR32_CreateNTLM1SessionKey(PBYTE password, int len, PBYTE session_key) DECLSPEC_… 74 SECURITY_STATUS SECUR32_CreateNTLM2SubKeys(PNegoHelper helper) DECLSPEC_HIDDEN; 97 SECURITY_STATUS SEC_ENTRY ntlm_AcquireCredentialsHandleW(SEC_WCHAR *, SEC_WCHAR *, 99 SECURITY_STATUS SEC_ENTRY ntlm_InitializeSecurityContextW(PCredHandle, PCtxtHandle, 102 SECURITY_STATUS SEC_ENTRY ntlm_AcceptSecurityContext(PCredHandle, PCtxtHandle, PSecBufferDesc, 104 SECURITY_STATUS SEC_ENTRY ntlm_QueryContextAttributesA(PCtxtHandle, ULONG, void *) DECLSPEC_HIDDEN; 105 SECURITY_STATUS SEC_ENTRY ntlm_QueryContextAttributesW(PCtxtHandle, ULONG, void *) DECLSPEC_HIDDEN; 106 SECURITY_STATUS SEC_ENTRY ntlm_EncryptMessage(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_H… 108 SECURITY_STATUS SEC_ENTRY ntlm_FreeCredentialsHandle(PCredHandle) DECLSPEC_HIDDEN; 109 SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle) DECLSPEC_HIDDEN; [all …]
|
H A D | kerberos.c | 32 static SECURITY_STATUS SEC_ENTRY kerberos_QueryCredentialsAttributesA(CredHandle *phCredential, ULO… in kerberos_QueryCredentialsAttributesA() 41 static SECURITY_STATUS SEC_ENTRY kerberos_QueryCredentialsAttributesW(CredHandle *phCredential, ULO… in kerberos_QueryCredentialsAttributesW() 50 static SECURITY_STATUS SEC_ENTRY kerberos_AcquireCredentialsHandleW(SEC_WCHAR *pszPrincipal, SEC_WC… in kerberos_AcquireCredentialsHandleW() 61 static SECURITY_STATUS SEC_ENTRY kerberos_AcquireCredentialsHandleA(SEC_CHAR *pszPrincipal, SEC_CHA… in kerberos_AcquireCredentialsHandleA() 107 static SECURITY_STATUS SEC_ENTRY kerberos_CompleteAuthToken(CtxtHandle *phContext, SecBufferDesc *p… in kerberos_CompleteAuthToken() 116 static SECURITY_STATUS SEC_ENTRY kerberos_DeleteSecurityContext(CtxtHandle *phContext) in kerberos_DeleteSecurityContext() 125 static SECURITY_STATUS SEC_ENTRY kerberos_QueryContextAttributesW(CtxtHandle *phContext, ULONG ulAt… in kerberos_QueryContextAttributesW() 134 static SECURITY_STATUS SEC_ENTRY kerberos_QueryContextAttributesA(CtxtHandle *phContext, ULONG ulAt… in kerberos_QueryContextAttributesA() 143 static SECURITY_STATUS SEC_ENTRY kerberos_ImpersonateSecurityContext(CtxtHandle *phContext) in kerberos_ImpersonateSecurityContext() 152 static SECURITY_STATUS SEC_ENTRY kerberos_RevertSecurityContext(CtxtHandle *phContext) in kerberos_RevertSecurityContext() [all …]
|
H A D | negotiate.c | 31 static SECURITY_STATUS SEC_ENTRY nego_QueryCredentialsAttributesA( in nego_QueryCredentialsAttributesA() 51 static SECURITY_STATUS SEC_ENTRY nego_AcquireCredentialsHandleW( in nego_AcquireCredentialsHandleW() 57 SECURITY_STATUS ret; in nego_AcquireCredentialsHandleW() 78 static SECURITY_STATUS SEC_ENTRY nego_AcquireCredentialsHandleA( in nego_AcquireCredentialsHandleA() 83 SECURITY_STATUS ret = SEC_E_INSUFFICIENT_MEMORY; in nego_AcquireCredentialsHandleA() 188 SECURITY_STATUS ret; in nego_InitializeSecurityContextA() 213 static SECURITY_STATUS SEC_ENTRY nego_AcceptSecurityContext( in nego_AcceptSecurityContext() 233 SECURITY_STATUS ret; in nego_CompleteAuthToken() 263 SECURITY_STATUS ret; in nego_ApplyControlToken() 344 SECURITY_STATUS ret; in nego_ImpersonateSecurityContext() [all …]
|
H A D | ntlm.c | 52 SECURITY_STATUS ret; in ntlm_QueryCredentialsAttributesA() 73 SECURITY_STATUS ret; in ntlm_QueryCredentialsAttributesW() 132 SECURITY_STATUS ret; in ntlm_AcquireCredentialsHandleW() 295 SECURITY_STATUS ret; in ntlm_AcquireCredentialsHandleA() 490 SECURITY_STATUS ret; in ntlm_InitializeSecurityContextW() 1001 SECURITY_STATUS ret; in ntlm_InitializeSecurityContextA() 1034 SECURITY_STATUS ret; in ntlm_AcceptSecurityContext() 1493 SECURITY_STATUS ret; in ntlm_ImpersonateSecurityContext() 1512 SECURITY_STATUS ret; in ntlm_RevertSecurityContext() 1703 SECURITY_STATUS ret; in ntlm_VerifySignature() [all …]
|
H A D | base64_codec.h | 6 SECURITY_STATUS encodeBase64(PBYTE in_buf, int in_len, char* out_buf, 9 SECURITY_STATUS decodeBase64(char *in_buf, int in_len, BYTE *out_buf,
|
H A D | dispatcher.h | 6 SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog, 9 SECURITY_STATUS run_helper(PNegoHelper helper, char *buffer,
|
H A D | util.h | 7 SECURITY_STATUS SECUR32_CreateNTLM1SessionKey(PBYTE password, int len, PBYTE session_key) DECLSPEC_… 8 SECURITY_STATUS SECUR32_CreateNTLM2SubKeys(PNegoHelper helper) DECLSPEC_HIDDEN;
|
H A D | dispatcher.c | 76 SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog, in fork_helper() 252 static SECURITY_STATUS read_line(PNegoHelper helper, int *offset_len) in read_line() 312 static SECURITY_STATUS preserve_unused(PNegoHelper helper, int offset_len) in preserve_unused() 331 SECURITY_STATUS run_helper(PNegoHelper helper, char *buffer, in run_helper() 335 SECURITY_STATUS sec_status = SEC_E_OK; in run_helper()
|
H A D | base64_codec.c | 29 SECURITY_STATUS encodeBase64(PBYTE in_buf, int in_len, char* out_buf, in encodeBase64() 113 SECURITY_STATUS decodeBase64(char *in_buf, int in_len, PBYTE out_buf, in decodeBase64()
|
/reactos/drivers/crypto/ksecdd/ |
H A D | stubs.c | 20 SECURITY_STATUS 37 SECURITY_STATUS 54 SECURITY_STATUS 70 SECURITY_STATUS 87 SECURITY_STATUS 110 SECURITY_STATUS 120 SECURITY_STATUS 132 SECURITY_STATUS 141 SECURITY_STATUS 164 SECURITY_STATUS [all …]
|
/reactos/modules/rostests/winetests/secur32/ |
H A D | main.c | 35 static SECURITY_STATUS (SEC_ENTRY * pFreeContextBuffer)(PVOID pv); 37 static SECURITY_STATUS (SEC_ENTRY * pAcquireCredentialsHandleA)(SEC_CHAR*, SEC_CHAR*, 42 static SECURITY_STATUS (SEC_ENTRY * pCompleteAuthToken)(PCtxtHandle, PSecBufferDesc); 43 static SECURITY_STATUS (SEC_ENTRY * pAcceptSecurityContext)(PCredHandle, PCtxtHandle, 46 static SECURITY_STATUS (SEC_ENTRY * pFreeCredentialsHandle)(PCredHandle); 47 static SECURITY_STATUS (SEC_ENTRY * pDeleteSecurityContext)(PCtxtHandle); 74 static const char* getSecError(SECURITY_STATUS status) in getSecError() 110 static SECURITY_STATUS setupPackageA(SEC_CHAR *p_package_name, in setupPackageA() 113 SECURITY_STATUS ret; in setupPackageA() 134 SECURITY_STATUS sec_status; in testEnumerateSecurityPackages() [all …]
|
H A D | ntlm.c | 341 SECURITY_STATUS ret; in setupClient() 370 SECURITY_STATUS ret; in setupServer() 399 SECURITY_STATUS ret; in setupFakeServer() 419 SECURITY_STATUS ret; in runClient() 519 SECURITY_STATUS ret; in runServer() 598 SECURITY_STATUS sec_status; in testInitializeSecurityContextFlags() 817 SECURITY_STATUS sec_status; in testAuth() 1252 SECURITY_STATUS ret; in testAcquireCredentialsHandle() 1321 SECURITY_STATUS ret; in testAcquireCredentialsHandleW() 1405 SECURITY_STATUS ret; in test_cred_multiple_use() [all …]
|
H A D | negotiate.c | 114 static SECURITY_STATUS setup_client( struct sspi_data *data, SEC_CHAR *provider ) in setup_client() 116 SECURITY_STATUS ret; in setup_client() 134 static SECURITY_STATUS setup_server( struct sspi_data *data, SEC_CHAR *provider ) in setup_server() 136 SECURITY_STATUS ret; in setup_server() 154 static SECURITY_STATUS run_client( struct sspi_data *data, BOOL first ) in run_client() 156 SECURITY_STATUS ret; in run_client() 183 static SECURITY_STATUS run_server( struct sspi_data *data, BOOL first ) in run_server() 185 SECURITY_STATUS ret; in run_server() 217 SECURITY_STATUS status_c = SEC_I_CONTINUE_NEEDED, in test_authentication()
|
H A D | secur32.c | 37 static SECURITY_STATUS (SEC_ENTRY *pSspiEncodeAuthIdentityAsStrings) 39 static SECURITY_STATUS (SEC_ENTRY *pSspiEncodeStringsAsAuthIdentity) 45 static SECURITY_STATUS (SEC_ENTRY *pSspiPrepareForCredWrite) 285 SECURITY_STATUS status; in test_SspiEncodeStringsAsAuthIdentity() 376 SECURITY_STATUS status; in test_SspiPrepareForCredWrite() 421 SECURITY_STATUS status; in test_kerberos()
|
/reactos/dll/win32/schannel/ |
H A D | schannel_priv.h | 99 extern SECURITY_STATUS schan_imp_handshake(schan_imp_session session) DECLSPEC_HIDDEN; 102 extern SECURITY_STATUS schan_imp_get_connection_info(schan_imp_session session, 104 extern SECURITY_STATUS schan_imp_get_session_peer_certificate(schan_imp_session session, HCERTSTORE, 106 extern SECURITY_STATUS schan_imp_send(schan_imp_session session, const void *buffer, 108 extern SECURITY_STATUS schan_imp_recv(schan_imp_session session, void *buffer, 116 SECURITY_STATUS 121 SECURITY_STATUS WINAPI schan_EnumerateSecurityPackagesA(PULONG pcPackages, 123 SECURITY_STATUS WINAPI schan_EnumerateSecurityPackagesW(PULONG pcPackages,
|
H A D | schannel_wine.c | 239 SECURITY_STATUS ret; in schan_QueryCredentialsAttributes() 290 SECURITY_STATUS ret; in schan_QueryCredentialsAttributesA() 310 SECURITY_STATUS ret; in schan_QueryCredentialsAttributesW() 329 SECURITY_STATUS st; in schan_CheckCreds() 386 SECURITY_STATUS st = SEC_E_OK; in schan_AcquireClientCredentials() 446 SECURITY_STATUS st; in schan_AcquireServerCredentials() 480 SECURITY_STATUS ret; in schan_AcquireCredentialsHandle() 781 SECURITY_STATUS ret; in schan_InitializeSecurityContextW() 921 SECURITY_STATUS ret; in schan_InitializeSecurityContextA() 988 SECURITY_STATUS status; in schan_QueryContextAttributesW() [all …]
|
H A D | stubs.c | 4 SECURITY_STATUS WINAPI schan_AcceptSecurityContext( in schan_AcceptSecurityContext() 12 SECURITY_STATUS WINAPI schan_ApplyControlToken(PCtxtHandle phContext, in schan_ApplyControlToken() 18 SECURITY_STATUS WINAPI schan_CompleteAuthToken(PCtxtHandle phContext, in schan_CompleteAuthToken() 24 SECURITY_STATUS WINAPI schan_ImpersonateSecurityContext(PCtxtHandle phContext) in schan_ImpersonateSecurityContext()
|
H A D | secur32_wine.c | 58 SECURITY_STATUS WINAPI schan_EnumerateSecurityPackagesW(PULONG pcPackages, in schan_EnumerateSecurityPackagesW() 61 SECURITY_STATUS ret = SEC_E_OK; in schan_EnumerateSecurityPackagesW() 199 SECURITY_STATUS WINAPI schan_EnumerateSecurityPackagesA(PULONG pcPackages, in schan_EnumerateSecurityPackagesA() 202 SECURITY_STATUS ret; in schan_EnumerateSecurityPackagesA() 219 SECURITY_STATUS
|
H A D | schannel_mbedtls.c | 278 SECURITY_STATUS schan_imp_handshake(schan_imp_session session) in schan_imp_handshake() 563 SECURITY_STATUS schan_imp_get_connection_info(schan_imp_session session, in schan_imp_get_connection_info() 583 SECURITY_STATUS schan_imp_get_session_peer_certificate(schan_imp_session session, HCERTSTORE store, in schan_imp_get_session_peer_certificate() 612 SECURITY_STATUS schan_imp_send(schan_imp_session session, const void *buffer, in schan_imp_send() 652 SECURITY_STATUS schan_imp_recv(schan_imp_session session, void *buffer, in schan_imp_recv()
|