Searched refs:to_SSL_BIO (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 93 static BIO* to_SSL_BIO(JNIEnv* env, jlong bio_address, bool throwIfNull) { in to_SSL_BIO() function 9132 BIO* bio = to_SSL_BIO(env, bio_address, true); in NativeCrypto_SSL_pending_written_bytes_in_BIO() 9430 BIO* bio = to_SSL_BIO(env, bioRef, true); in NativeCrypto_ENGINE_SSL_write_BIO_direct() 9482 BIO* bio = to_SSL_BIO(env, bioRef, true); in NativeCrypto_ENGINE_SSL_write_BIO_heap() 9547 BIO* bio = to_SSL_BIO(env, bioRef, true); in NativeCrypto_ENGINE_SSL_read_BIO_direct() 9597 BIO* bio = to_SSL_BIO(env, bioRef, true); in NativeCrypto_ENGINE_SSL_read_BIO_heap()
|