Home
last modified time | relevance | path

Searched refs:ISC_REQ_ALLOCATE_MEMORY (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Dauth_sspi.c350 ISC_REQ_MUTUAL_AUTH|ISC_REQ_INTEGRITY|ISC_REQ_ALLOCATE_MEMORY; in authsspi_refresh()
922 if (flags & ISC_REQ_ALLOCATE_MEMORY) log_debug("ISC_REQ_ALLOCATE_MEMORY");
/reactos/dll/win32/schannel/
H A Dschannel_wine.c735 if (t->ctx->req_ctx_attr & ISC_REQ_ALLOCATE_MEMORY) in schan_init_sec_ctx_get_next_output_buffer()
906 if (ctx->req_ctx_attr & ISC_REQ_ALLOCATE_MEMORY) in schan_InitializeSecurityContextW()
/reactos/dll/win32/winhttp/
H A Dnet.c278 …const DWORD isc_req_flags = ISC_REQ_ALLOCATE_MEMORY|ISC_REQ_USE_SESSION_KEY|ISC_REQ_CONFIDENTIALITY in netconn_secure_connect()
/reactos/base/applications/mstsc/
H A Dtcp.c525 const DWORD isc_req_flags = ISC_REQ_ALLOCATE_MEMORY|ISC_REQ_USE_SESSION_KEY|ISC_REQ_CONFIDENTIALITY in ssl_handshake()
/reactos/sdk/include/psdk/
H A Dsspi.h370 #define ISC_REQ_ALLOCATE_MEMORY 0x00000100 macro
/reactos/dll/win32/wininet/
H A Dnetconnection.c455 …const DWORD isc_req_flags = ISC_REQ_ALLOCATE_MEMORY|ISC_REQ_USE_SESSION_KEY|ISC_REQ_CONFIDENTIALITY in netcon_secure_connect_setup()
/reactos/sdk/include/xdk/
H A Dsspi.h151 #define ISC_REQ_ALLOCATE_MEMORY 0x00000100 macro
/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c664 ISC_REQ_CONFIDENTIALITY|ISC_REQ_STREAM|ISC_REQ_ALLOCATE_MEMORY, in test_InitializeSecurityContext()
/reactos/dll/win32/secur32/wine/
H A Dntlm.c890 if (fContextReq & ISC_REQ_ALLOCATE_MEMORY) in ntlm_InitializeSecurityContextW()