Home
last modified time | relevance | path

Searched defs:bioRef (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java408 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio()
550 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print()
702 static native void BIO_free_all(long bioRef); in BIO_free_all()
1375 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct()
1381 …static native int ENGINE_SSL_write_BIO_heap(long ssl, NativeSsl ssl_holder, long bioRef, byte[] so… in ENGINE_SSL_write_BIO_heap()
1388 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct()
1394 …static native int ENGINE_SSL_read_BIO_heap(long ssl, NativeSsl ssl_holder, long bioRef, byte[] des… in ENGINE_SSL_read_BIO_heap()
1414 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read()
1415 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java429 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio()
584 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print()
741 static native void BIO_free_all(long bioRef); in BIO_free_all()
1422 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct()
1428 …static native int ENGINE_SSL_write_BIO_heap(long ssl, NativeSsl ssl_holder, long bioRef, byte[] so… in ENGINE_SSL_write_BIO_heap()
1435 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct()
1441 …static native int ENGINE_SSL_read_BIO_heap(long ssl, NativeSsl ssl_holder, long bioRef, byte[] des… in ENGINE_SSL_read_BIO_heap()
1461 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read()
1462 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3814 static void NativeCrypto_BIO_free_all(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_BIO_free_all()
4356 static void NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef, CONSCR… in NativeCrypto_X509_CRL_print()
4541 static void NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, in NativeCrypto_X509_REVOKED_print()
5053 static jlong d2i_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) { in d2i_ASN1Object_to_jlong()
5071 static jlong NativeCrypto_d2i_X509_CRL_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_CRL_bio()
5076 static jlong NativeCrypto_d2i_X509_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_bio()
5115 static jlong PEM_to_jlong(JNIEnv* env, jlong bioRef) { in PEM_to_jlong()
5136 static jlong NativeCrypto_PEM_read_bio_X509(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509()
5143 static jlong NativeCrypto_PEM_read_bio_X509_CRL(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509_CRL()
5150 static jlong NativeCrypto_PEM_read_bio_PUBKEY(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_PUBKEY()
[all …]