Searched refs:rbioRef (Results 1 – 1 of 1) sorted by relevance
7849 static void NativeCrypto_SSL_shutdown_BIO(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, in NativeCrypto_SSL_shutdown_BIO() argument7852 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef)); in NativeCrypto_SSL_shutdown_BIO()