Home
last modified time | relevance | path

Searched refs:SSL_SESSION_cipher (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSslSessionWrapper.java233 NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_SESSION_cipher(ref.context)); in Impl()
DNativeCrypto.java1039 static native String SSL_SESSION_cipher(long sslSessionNativePointer); in SSL_SESSION_cipher() method in NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java765 negotiatedCipherSuite = NativeCrypto.SSL_SESSION_cipher(session); in afterHandshake()
2502 NativeCrypto.SSL_SESSION_cipher(NULL); in SSL_SESSION_cipher_withNullShouldThrow()
2513 String nativeCipher = NativeCrypto.SSL_SESSION_cipher(session); in test_SSL_SESSION_cipher()
2556 assertTrue(NativeCrypto.SSL_SESSION_cipher(session2) != null); in test_i2d_SSL_SESSION()
2557 assertEquals(NativeCrypto.SSL_SESSION_cipher(session), in test_i2d_SSL_SESSION()
2558 NativeCrypto.SSL_SESSION_cipher(session2)); in test_i2d_SSL_SESSION()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9605 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_SESSION_cipher, "(J)Ljava/lang/String;"),