Searched refs:bioCtx (Results 1 – 8 of 8) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509CRLEntry.java | 127 long bioCtx = NativeCrypto.create_BIO_OutputStream(os); in toString() local 129 NativeCrypto.X509_REVOKED_print(bioCtx, mContext); in toString() 132 NativeCrypto.BIO_free_all(bioCtx); in toString()
|
D | NativeCrypto.java | 108 public static native long PEM_read_bio_PUBKEY(long bioCtx); in PEM_read_bio_PUBKEY() argument 110 public static native long PEM_read_bio_PrivateKey(long bioCtx); in PEM_read_bio_PrivateKey() argument 408 public static native long d2i_X509_bio(long bioCtx); in d2i_X509_bio() argument 412 public static native long PEM_read_bio_X509(long bioCtx); in PEM_read_bio_X509() argument 429 public static native void X509_print_ex(long bioCtx, long x509ctx, long nmflag, long certflag); in X509_print_ex() argument 488 public static native long[] d2i_PKCS7_bio(long bioCtx, int which); in d2i_PKCS7_bio() argument 494 public static native long[] PEM_read_bio_PKCS7(long bioCtx, int which); in PEM_read_bio_PKCS7() argument 498 public static native long d2i_X509_CRL_bio(long bioCtx); in d2i_X509_CRL_bio() argument 500 public static native long PEM_read_bio_X509_CRL(long bioCtx); in PEM_read_bio_X509_CRL() argument 506 public static native void X509_CRL_print(long bioCtx, long x509CrlCtx); in X509_CRL_print() argument
|
D | OpenSSLX509CRL.java | 375 final long bioCtx = NativeCrypto.create_BIO_OutputStream(os); in toString() local 377 NativeCrypto.X509_CRL_print(bioCtx, mContext); in toString() 380 NativeCrypto.BIO_free_all(bioCtx); in toString()
|
D | OpenSSLX509Certificate.java | 401 long bioCtx = NativeCrypto.create_BIO_OutputStream(os); in toString() local 403 NativeCrypto.X509_print_ex(bioCtx, mContext, 0, 0); in toString() 406 NativeCrypto.BIO_free_all(bioCtx); in toString()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |