HomeSort by relevance Sort by last modified time
    Searched refs:SSL_SESSION_session_id (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 112 id = NativeCrypto.SSL_SESSION_session_id(sslSessionNativePointer);
NativeCrypto.java     [all...]
OpenSSLSocketImpl.java 405 byte[] sessionId = NativeCrypto.SSL_SESSION_session_id(sslSessionNativePointer);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 160 assertEqualByteArrays(NativeCrypto.SSL_SESSION_session_id(expected),
161 NativeCrypto.SSL_SESSION_session_id(actual));
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 31 milliseconds