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

  /external/openssl/crypto/x509/
x_all.c 192 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
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...]

Completed in 46 milliseconds