Searched refs:PKCS7_bundle_certificates (Results 1 – 7 of 7) sorted by relevance
487 ASSERT_TRUE(PKCS7_bundle_certificates(cbb.get(), certs.get())); in TestCertRepase()503 ASSERT_TRUE(PKCS7_bundle_certificates(cbb.get(), certs2.get())); in TestCertRepase()
198 int PKCS7_bundle_certificates(CBB *out, const STACK_OF(X509) *certs) { in PKCS7_bundle_certificates() function374 !PKCS7_bundle_certificates(&cbb, certs) || in PKCS7_sign()
51 OPENSSL_EXPORT int PKCS7_bundle_certificates(
2947 PKCS7_bundle_certificates
4499 '#define PKCS7_bundle_certificates GRPC_SHADOW_PKCS7_bundle_certificates',
2975 #define PKCS7_bundle_certificates GRPC_SHADOW_PKCS7_bundle_certificates macro
5202 if (!PKCS7_bundle_certificates(out.get(), stack)) { in NativeCrypto_i2d_PKCS7()