Home
last modified time | relevance | path

Searched refs:destroyContext (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/security/yapet/yapet-2.3/src/libs/crypt/
H A Dcrypto.cc74 void Crypto::destroyContext(EVP_CIPHER_CTX* context) { in destroyContext() function in Crypto
97 destroyContext(context); in initializeOrThrow()
103 destroyContext(context); in initializeOrThrow()
157 destroyContext(context); in encrypt()
166 destroyContext(context); in encrypt()
175 destroyContext(context); in encrypt()
198 destroyContext(context); in decrypt()
207 destroyContext(context); in decrypt()
216 destroyContext(context); in decrypt()
H A Daes256.cc112 destroyContext(context); in initializeOrThrow()
119 destroyContext(context); in initializeOrThrow()
174 destroyContext(context); in encrypt()
184 destroyContext(context); in encrypt()
197 destroyContext(context); in encrypt()
227 destroyContext(context); in decrypt()
237 destroyContext(context); in decrypt()
251 destroyContext(context); in decrypt()
H A Dkey448.cc66 inline void destroyContext(EVP_MD_CTX* context) { in destroyContext() function
86 destroyContext(mdctx); in hash()
92 destroyContext(mdctx); in hash()
101 destroyContext(mdctx); in hash()
104 destroyContext(mdctx); in hash()
H A Dcrypto.hh52 void destroyContext(EVP_CIPHER_CTX* context);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/codeassist/
H A Dcodeassistant.cpp75 void destroyContext();
160 destroyContext(); in invoke()
323 destroyContext(); in displayProposal()
328 destroyContext(); in displayProposal()
340 destroyContext(); in displayProposal()
375 destroyContext(); in processProposalItem()
466 destroyContext(); in notifyChange()
474 destroyContext(); in notifyChange()
565 destroyContext(); in eventFilter()
592 destroyContext(); in ~CodeAssistant()
[all …]
H A Dcodeassistant.h53 void destroyContext();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DGLWindowContext.cpp43 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext
89 this->destroyContext(); in resize()
95 this->destroyContext(); in setDisplayParams()
H A DVulkanWindowContext.h40 this->destroyContext(); in setDisplayParams()
55 void destroyContext();
H A DVulkanWindowContext.cpp125 this->destroyContext(); in initializeContext()
134 this->destroyContext(); in initializeContext()
140 this->destroyContext(); in initializeContext()
431 this->destroyContext(); in ~VulkanWindowContext()
434 void VulkanWindowContext::destroyContext() { in destroyContext() function in sk_app::VulkanWindowContext
H A DMetalWindowContext.mm60 void MetalWindowContext::destroyContext() {
125 this->destroyContext();
H A DGLWindowContext.h42 void destroyContext();
H A DMetalWindowContext.h40 void destroyContext();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/
H A DGLWindowContext.cpp42 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext
88 this->destroyContext(); in resize()
94 this->destroyContext(); in setDisplayParams()
H A DVulkanWindowContext.h40 this->destroyContext(); in setDisplayParams()
55 void destroyContext();
H A DVulkanWindowContext.cpp124 this->destroyContext(); in initializeContext()
133 this->destroyContext(); in initializeContext()
139 this->destroyContext(); in initializeContext()
408 this->destroyContext(); in ~VulkanWindowContext()
411 void VulkanWindowContext::destroyContext() { in destroyContext() function in sk_app::VulkanWindowContext
H A DMetalWindowContext.mm60 void MetalWindowContext::destroyContext() {
103 this->destroyContext();
H A DGLWindowContext.h44 void destroyContext();
H A DMetalWindowContext.h40 void destroyContext();
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/vaapi/
H A DVaapiContext.cpp162 destroyContext(); in destruct()
207 void VaapiContext::destroyContext() in destroyContext() function in gnash::VaapiContext
234 destroyContext(); in initDecoder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp39 void destroyContext();
76 this->destroyContext(); in ~D3D12WindowContext()
167 void D3D12WindowContext::destroyContext() { in destroyContext() function in sk_app::D3D12WindowContext
237 this->destroyContext(); in setDisplayParams()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dgdi_interface.cpp52 destroyContext = gdiDll->getProcAddress("D3DKMTDestroyContext"); in getAllProcAddresses()
87 && destroyDevice && escape && createContext && destroyContext in getAllProcAddresses()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglCreateContextTests.cpp109 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig()
162 EGLU_CHECK_CALL(egl, destroyContext(*display, context)); in iterate()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/exp/gl/glutil/
H A Dcontext_x11.go104 C.destroyContext(c.dpy, c.ctx, c.surf)
/dports/net/gerbera/gerbera-1.9.2/src/content/scripting/
H A Dscripting_runtime.h55 void destroyContext(const std::string& name);
H A Dscripting_runtime.cc61 void ScriptingRuntime::destroyContext(const std::string& name) in destroyContext() function in ScriptingRuntime

12345678910>>...18