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

  /external/openssl/apps/
pkcs7.c 206 p7=d2i_PKCS7_bio(in,NULL);
smime.c 627 p7 = d2i_PKCS7_bio(in, NULL);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLX509CRL.java 78 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS);
OpenSSLX509Certificate.java 93 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CERTS);
NativeCrypto.java 448 /** Used as the "which" field in d2i_PKCS7_bio and PEM_read_bio_PKCS7. */
451 /** Used as the "which" field in d2i_PKCS7_bio and PEM_read_bio_PKCS7. */
455 public static native long[] d2i_PKCS7_bio(long bioCtx, int which);
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
  /external/openssl/include/openssl/
pkcs7.h 288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
  /external/openssl/crypto/x509/
x_all.c 192 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 147 milliseconds