HomeSort by relevance Sort by last modified time
    Searched refs:getBioContext (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLBIOInputStream.java 37 public long getBioContext() {
OpenSSLX509CRL.java 60 final long crlCtx = NativeCrypto.d2i_X509_CRL_bio(bis.getBioContext());
68 NativeCrypto.BIO_free(bis.getBioContext());
78 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS);
82 NativeCrypto.BIO_free(bis.getBioContext());
99 final long crlCtx = NativeCrypto.PEM_read_bio_X509_CRL(bis.getBioContext());
107 NativeCrypto.BIO_free(bis.getBioContext());
117 certRefs = NativeCrypto.PEM_read_bio_PKCS7(bis.getBioContext(),
122 NativeCrypto.BIO_free(bis.getBioContext());
OpenSSLX509Certificate.java 67 final long certCtx = NativeCrypto.d2i_X509_bio(bis.getBioContext());
75 NativeCrypto.BIO_free(bis.getBioContext());
93 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CERTS);
97 NativeCrypto.BIO_free(bis.getBioContext());
120 final long certCtx = NativeCrypto.PEM_read_bio_X509(bis.getBioContext());
128 NativeCrypto.BIO_free(bis.getBioContext());
138 certRefs = NativeCrypto.PEM_read_bio_PKCS7(bis.getBioContext(),
143 NativeCrypto.BIO_free(bis.getBioContext());
OpenSSLX509CertPath.java 147 certRefs = NativeCrypto.ASN1_seq_unpack_X509_bio(bis.getBioContext());
157 NativeCrypto.BIO_free(bis.getBioContext());

Completed in 133 milliseconds