Searched refs:NativeCrypto_d2i_SSL_SESSION (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp9526 static jlong NativeCrypto_d2i_SSL_SESSION(JNIEnv* env, jclass, jbyteArray javaBytes) { function
9527 JNI_TRACE("NativeCrypto_d2i_SSL_SESSION bytes=%p", javaBytes);
9531 JNI_TRACE("NativeCrypto_d2i_SSL_SESSION => threw exception");
9548 JNI_TRACE("NativeCrypto_d2i_SSL_SESSION cipher_id=%lx hton=%x 0=%x 1=%x cipher=%s",
9556 JNI_TRACE("NativeCrypto_d2i_SSL_SESSION => %p", ssl_session);

Completed in 82 milliseconds