Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc93 static BIO* to_SSL_BIO(JNIEnv* env, jlong bio_address, bool throwIfNull) { in to_SSL_BIO() argument
94 BIO* bio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(bio_address)); in to_SSL_BIO()
9130 static jint NativeCrypto_SSL_pending_written_bytes_in_BIO(JNIEnv* env, jclass, jlong bio_address) { in NativeCrypto_SSL_pending_written_bytes_in_BIO() argument
9132 BIO* bio = to_SSL_BIO(env, bio_address, true); in NativeCrypto_SSL_pending_written_bytes_in_BIO()