Searched defs:bioRef (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 421 public static native long[] ASN1_seq_unpack_X509_bio(long bioRef); in ASN1_seq_unpack_X509_bio() 560 public static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print() 576 public static native int BIO_read(long bioRef, byte[] buffer); in BIO_read() 578 public static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write() 581 public static native void BIO_free_all(long bioRef); in BIO_free_all()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5410 static int NativeCrypto_BIO_read(JNIEnv* env, jclass, jlong bioRef, jbyteArray outputJavaBytes) { 5440 static void NativeCrypto_BIO_write(JNIEnv* env, jclass, jlong bioRef, jbyteArray inputJavaBytes, 5474 static void NativeCrypto_BIO_free_all(JNIEnv* env, jclass, jlong bioRef) { 5982 static void NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef) { 6150 static void NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, jlong x509RevokedRef… 6339 static jlong d2i_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) { 6357 static jlong NativeCrypto_d2i_X509_CRL_bio(JNIEnv* env, jclass, jlong bioRef) { 6361 static jlong NativeCrypto_d2i_X509_bio(JNIEnv* env, jclass, jlong bioRef) { 6384 static jlong PEM_to_jlong(JNIEnv* env, jlong bioRef) { 6409 static jlong NativeCrypto_PEM_read_bio_X509(JNIEnv* env, jclass, jlong bioRef) { [all …]
|