Home
last modified time | relevance | path

Searched refs:PKCS7_bundle_certificates (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/pkcs7/
Dpkcs7_test.cc487 ASSERT_TRUE(PKCS7_bundle_certificates(cbb.get(), certs.get())); in TestCertRepase()
503 ASSERT_TRUE(PKCS7_bundle_certificates(cbb.get(), certs2.get())); in TestCertRepase()
Dpkcs7_x509.c198 int PKCS7_bundle_certificates(CBB *out, const STACK_OF(X509) *certs) { in PKCS7_bundle_certificates() function
374 !PKCS7_bundle_certificates(&cbb, certs) || in PKCS7_sign()
/external/boringssl/src/include/openssl/
Dpkcs7.h51 OPENSSL_EXPORT int PKCS7_bundle_certificates(
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list2947 PKCS7_bundle_certificates
DBoringSSL-GRPC.podspec4499 '#define PKCS7_bundle_certificates GRPC_SHADOW_PKCS7_bundle_certificates',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h2975 #define PKCS7_bundle_certificates GRPC_SHADOW_PKCS7_bundle_certificates macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc5202 if (!PKCS7_bundle_certificates(out.get(), stack)) { in NativeCrypto_i2d_PKCS7()