MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / reset

Method reset

Libraries/Http/HttpWebSocket.cpp:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370#if SC_COMPILER_CLANG
371#pragma clang diagnostic pop
372#endif
373#elif SC_PLATFORM_WINDOWS
374using HttpWebSocketBCryptOpenAlgorithmProvider = NTSTATUS(WINAPI*)(BCRYPT_ALG_HANDLE*, LPCWSTR, LPCWSTR, ULONG);
375using HttpWebSocketBCryptHash = NTSTATUS(WINAPI*)(BCRYPT_ALG_HANDLE, PUCHAR, ULONG, PUCHAR, ULONG, PUCHAR, ULONG);
376using HttpWebSocketBCryptCloseAlgorithmProvider = NTSTATUS(WINAPI*)(BCRYPT_ALG_HANDLE, ULONG);
377
378static bool scHttpWebSocketPlatformSha1(SC::Span<const uint8_t> data, uint8_t digest[20])
379{
380 if (scHttpWebSocketForcePlatformSha1Unavailable)

Callers 15

onStreamReceiveMethod · 0.45
operator()Method · 0.45
postMultipartMethod · 0.45
onDataMethod · 0.45
closeMethod · 0.45
prepareRequestMethod · 0.45
beginRequestSendMethod · 0.45
connectMethod · 0.45
queueAutomaticControlMethod · 0.45
attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected