Searched refs:SSL_SESSION_cipher (Results 1 – 4 of 4) sorted by relevance
233 NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_SESSION_cipher(ref.context)); in Impl()
1039 static native String SSL_SESSION_cipher(long sslSessionNativePointer); in SSL_SESSION_cipher() method in NativeCrypto
765 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()
9605 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_SESSION_cipher, "(J)Ljava/lang/String;"),