Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java456 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio()
611 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print()
768 @android.compat.annotation.UnsupportedAppUsage static native void BIO_free_all(long bioRef); in BIO_free_all()
1465 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct()
1471 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct()
1495 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read()
1496 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java441 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio()
583 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print()
735 static native void BIO_free_all(long bioRef); in BIO_free_all()
1424 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct()
1430 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct()
1454 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read()
1455 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.cc4133 static void NativeCrypto_BIO_free_all(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_BIO_free_all()
4742 static void NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef, in NativeCrypto_X509_CRL_print()
4956 static void NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, in NativeCrypto_X509_REVOKED_print()
5480 static jlong d2i_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) { in d2i_ASN1Object_to_jlong()
5497 static jlong NativeCrypto_d2i_X509_CRL_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_CRL_bio()
5502 static jlong NativeCrypto_d2i_X509_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_bio()
5543 static jlong PEM_to_jlong(JNIEnv* env, jlong bioRef) { in PEM_to_jlong()
5563 static jlong NativeCrypto_PEM_read_bio_X509(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509()
5570 static jlong NativeCrypto_PEM_read_bio_X509_CRL(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509_CRL()
5577 static jlong NativeCrypto_PEM_read_bio_PUBKEY(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_PUBKEY()
[all …]