Lines Matching refs:callback
20 int SSL_CTX_set_async_callback(SSL_CTX *ctx, SSL_async_callback_fn callback);
22 int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback);
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
30 supports the callback mechanism, it will be automatically called if
34 SSL_CTX_set_async_callback_arg() sets the callback argument.
36 SSL_set_async_callback() allows an application to set a callback in an
38 operation, the callback will be called to notify the application to resume the
42 above callback is called.
48 dispatched. If the engine does not support this additional callback method,
58 Application sets the async callback and callback data on an SSL connection
69 async callback function would be called (goto Step 7).
84 The engine will call the application's callback passing the callback data as
89 The callback function should then run. Note: it is a requirement that the
90 callback function is small and nonblocking as it will be run in the context of
95 It is the application's responsibility via the callback function to schedule
100 The callback function has the option to check the status returned via