Lines Matching full:resources
32 During normal operation OpenSSL (libcrypto) will allocate various resources at
34 Additionally some resources are allocated on a per thread basis (if the
35 application is multi-threaded), and these resources must be freed prior to the
38 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
192 and libssl). All resources allocated by OpenSSL are freed. Typically there
212 called after deinitialisation of resources local to a thread, but before other
213 process wide resources are freed. In the event that multiple stop handlers are
216 The OPENSSL_thread_stop_ex() function deallocates resources associated
229 resources are cleaned up on library exit) except if thread local resources
256 Resources local to a thread are deallocated automatically when the thread exits
261 uses such functions, then the application must free up OpenSSL resources
271 being destroyed then OpenSSL will not be able to deallocate resources associated