Lines Matching refs:an
28 SSL_CTX_set_async_callback() sets an asynchronous callback function. All B<SSL>
29 objects generated based on this B<SSL_CTX> will get this callback. If an engine
31 B<SSL_MODE_ASYNC> has been set and an asynchronous capable engine completes a
36 SSL_set_async_callback() allows an application to set a callback in an
37 asynchronous B<SSL> object, so that when an engine completes a cryptography
41 SSL_set_async_callback_arg() sets an argument for the B<SSL> object when the
45 communication from the engine to the application. During an SSL session,
46 cryptographic operations are dispatched to an engine. The engine status is very
47 useful for an application to know if the operation has been successfully
58 Application sets the async callback and callback data on an SSL connection
63 Application sets B<SSL_MODE_ASYNC> and makes an asynchronous SSL call
78 At a future point in time (probably via a polling mechanism or via an
91 a polling mechanism or an interrupt.