Lines Matching refs:context
31 Internally, the OpenSSL library context B<OSSL_LIB_CTX> is implemented
41 the library context I<ctx> associated with the given I<index>. An
45 context is created or freed, meaning that the code that use a data item of that
49 context is freed.
52 exactly once per library context I<ctx> object. Each initialisation routine
57 the library context I<ctx>. When I<ctx> is freed all associated "on free"
60 ossl_lib_ctx_is_child() returns 1 if this library context is a child and 0
72 For a type C<FOO> that should end up in the OpenSSL library context, a
94 * Include a reference to this in the methods table in context.c
99 * method's destructor will be called when the library context is cleaned up.
109 To get and use the data stored in the library context, simply do this: