Searched defs:wbioRef (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8211 jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols,
8215 BIO* wbio = reinterpret_cast<BIO*>(wbioRef);
9328 jlong wbioRef, jobject shc) {
9331 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(wbioRef));
8210 NativeCrypto_SSL_do_handshake_bio(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, jbyteArray alpnProtocols) argument
9327 NativeCrypto_SSL_shutdown_BIO(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, jlong wbioRef, jobject shc) argument

Completed in 172 milliseconds