OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d2i_PKCS7_bio
(Results
1 - 10
of
10
) sorted by null
/external/boringssl/src/include/openssl/
pkcs7.h
133
//
d2i_PKCS7_bio
behaves like |d2i_PKCS7| but reads the input from |bio|. If
138
OPENSSL_EXPORT PKCS7 *
d2i_PKCS7_bio
(BIO *bio, PKCS7 **out);
/external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CRL.java
92
certRefs = NativeCrypto.
d2i_PKCS7_bio
(bis.getBioContext(), NativeCrypto.PKCS7_CRLS);
OpenSSLX509Certificate.java
123
certRefs = NativeCrypto.
d2i_PKCS7_bio
(bis.getBioContext(), NativeCrypto.PKCS7_CERTS);
NativeCrypto.java
471
/** Used as the "which" field in
d2i_PKCS7_bio
and PEM_read_bio_PKCS7. */
474
/** Used as the "which" field in
d2i_PKCS7_bio
and PEM_read_bio_PKCS7. */
478
static native long[]
d2i_PKCS7_bio
(long bioCtx, int which) throws ParsingException;
[
all
...]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLX509CRL.java
93
certRefs = NativeCrypto.
d2i_PKCS7_bio
(bis.getBioContext(), NativeCrypto.PKCS7_CRLS);
OpenSSLX509Certificate.java
126
certRefs = NativeCrypto.
d2i_PKCS7_bio
(bis.getBioContext(), NativeCrypto.PKCS7_CERTS);
NativeCrypto.java
492
/** Used as the "which" field in
d2i_PKCS7_bio
and PEM_read_bio_PKCS7. */
495
/** Used as the "which" field in
d2i_PKCS7_bio
and PEM_read_bio_PKCS7. */
500
static native long[]
d2i_PKCS7_bio
(long bioCtx, int which) throws ParsingException;
[
all
...]
/external/boringssl/src/crypto/pkcs7/
pkcs7_x509.c
291
PKCS7 *
d2i_PKCS7_bio
(BIO *bio, PKCS7 **out) {
/external/fsverity-utils/
sign.c
349
p7 =
d2i_PKCS7_bio
(bio, NULL);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc
[
all
...]
Completed in 617 milliseconds