Lines Matching refs:engine
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
37 asynchronous B<SSL> object, so that when an engine completes a cryptography
44 SSL_get_async_status() returns the engine status. This function facilitates 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
48 dispatched. If the engine does not support this additional callback method,
67 OpenSSL submits the asynchronous request to the engine. If a retry occurs at
73 The OpenSSL engine pauses the current job and returns, so that the
79 interrupt) the engine will become aware that the asynchronous request has
84 The engine will call the application's callback passing the callback data as