Home | History | Annotate | Download | only in jsse

Lines Matching refs:SSL_SESSION_session_id

160         assertEqualByteArrays(NativeCrypto.SSL_SESSION_session_id(expected),
161 NativeCrypto.SSL_SESSION_session_id(actual));
1818 NativeCrypto.SSL_SESSION_session_id(NULL);
1831 byte[] id = NativeCrypto.SSL_SESSION_session_id(session);