Lines Matching full:library
33 start up that must, subsequently, be freed on close down of the library.
68 library will automatically load the libcrypto error strings.
75 With this option the library will automatically load and make available all
82 With this option the library will automatically load and make available all
89 With this option the library will suppress automatic loading of libcrypto
96 With this option the library will suppress automatic loading of libcrypto
119 With this option the library with automatically initialise the libcrypto async
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
124 With this option the library will automatically load and initialise the
130 With this option the library will automatically load and initialise the
136 With this option the library will automatically load and initialise the
142 With this option the library will automatically load and initialise the
148 With this option the library will automatically load and initialise the
154 With this option the library will automatically load and initialise the
160 With this option the library will automatically load and initialise the
166 With this option the library will automatically load and initialise all the
173 With this option the library will register its fork handlers.
194 automatically on application exit. This is done via the standard C library
200 application and a library it depends on both use OpenSSL, and the library
203 Once OPENSSL_cleanup() has been called the library cannot be reinitialised.
220 Typically, this function will be called automatically by the library when
229 resources are cleaned up on library exit) except if thread local resources
230 should be freed before library exit, or under the circumstances described in