Searched defs:bioRef (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 4690 static void NativeCrypto_BIO_free_all(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_BIO_free_all() 5347 static void NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef, in NativeCrypto_X509_CRL_print() 5578 static void NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, in NativeCrypto_X509_REVOKED_print() 6108 static jlong d2i_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) { in d2i_ASN1Object_to_jlong() 6125 static jlong NativeCrypto_d2i_X509_CRL_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_CRL_bio() 6130 static jlong NativeCrypto_d2i_X509_bio(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_d2i_X509_bio() 6183 static jlong PEM_to_jlong(JNIEnv* env, jlong bioRef) { in PEM_to_jlong() 6203 static jlong NativeCrypto_PEM_read_bio_X509(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509() 6210 static jlong NativeCrypto_PEM_read_bio_X509_CRL(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_X509_CRL() 6217 static jlong NativeCrypto_PEM_read_bio_PUBKEY(JNIEnv* env, jclass, jlong bioRef) { in NativeCrypto_PEM_read_bio_PUBKEY() [all …]
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 489 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio() 636 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print() 788 static native void BIO_free_all(long bioRef); in BIO_free_all() 1507 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct() 1513 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct() 1542 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read() 1543 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | NativeCrypto.java | 503 static native long[] ASN1_seq_unpack_X509_bio(long bioRef) throws ParsingException; in ASN1_seq_unpack_X509_bio() 662 static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print() 819 @android.compat.annotation.UnsupportedAppUsage static native void BIO_free_all(long bioRef); in BIO_free_all() 1546 …static native int ENGINE_SSL_write_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long po… in ENGINE_SSL_write_BIO_direct() 1552 …static native int ENGINE_SSL_read_BIO_direct(long ssl, NativeSsl ssl_holder, long bioRef, long add… in ENGINE_SSL_read_BIO_direct() 1582 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read() 1583 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
|