Home | History | Annotate | Download | only in jsse

Lines Matching defs:engines

64      * Tests the interaction between the engines.
708 * Performs the handshake over the specified engines
725 * Performs the handshake over the specified engines.
726 * Note that method passes app data between the engines during
753 SSLEngine[] engines = new SSLEngine[] { client, server };
763 SSLEngine current_engine = engines[step];
803 current_engine = engines[step];
836 print(result = engines[(step + 1) % 2].unwrap(
853 current_engine = engines[step];
858 "Both engines are in NEED_UNWRAP state");
859 fail("Both engines are in NEED_UNWRAP state");
1029 * Tests the data exchange process between two engines
1124 * Performs the closure process over the two communicationg engines.
1368 * Initializes the engines.