Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9199 jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, argument
9202 BIO* rbio = reinterpret_cast<BIO*>(rbioRef);
10342 static void NativeCrypto_SSL_shutdown_BIO(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, argument
10345 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef));