Home
last modified time | relevance | path

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

/reactos/dll/win32/schannel/
H A Dschannel_wine.c34 SCHAN_HANDLE_CTX, enumerator
809 handle = schan_alloc_handle(ctx, SCHAN_HANDLE_CTX); in schan_InitializeSecurityContextW()
818 schan_free_handle(handle, SCHAN_HANDLE_CTX); in schan_InitializeSecurityContextW()
876 ctx = schan_get_object(phContext->dwLower, SCHAN_HANDLE_CTX); in schan_InitializeSecurityContextW()
954 ctx = schan_get_object(context_handle->dwLower, SCHAN_HANDLE_CTX); in schan_QueryContextAttributesW()
1099 ctx = schan_get_object(context_handle->dwLower, SCHAN_HANDLE_CTX); in schan_EncryptMessage()
1221 ctx = schan_get_object(context_handle->dwLower, SCHAN_HANDLE_CTX); in schan_DecryptMessage()
1307 ctx = schan_free_handle(context_handle->dwLower, SCHAN_HANDLE_CTX); in schan_DeleteSecurityContext()
1449 if (schan_handle_table[i].type == SCHAN_HANDLE_CTX) in SECUR32_deinitSchannelSP()
1451 struct schan_context *ctx = schan_free_handle(i, SCHAN_HANDLE_CTX); in SECUR32_deinitSchannelSP()