Lines Matching +full:in +full:- +full:application
11 - manage asynchronous operations
32 cryptography operation to notify the application to resume the paused work flow.
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
45 communication from the engine to the application. During an SSL session,
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
74 application can continue processing other connections.
78 At a future point in time (probably via a polling mechanism or via an
84 The engine will call the application's callback passing the callback data as
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
124 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
127 this file except in compliance with the License. You can obtain a copy
128 in the file LICENSE in the source distribution or at