Searched refs:PKCS7_bundle_certificates (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dpkcs7.c321 int PKCS7_bundle_certificates(CBB *out, const STACK_OF(X509) *certs) { function
H A Dpkcs7_test.c485 if (!PKCS7_bundle_certificates(&cbb, certs) ||
487 fprintf(stderr, "PKCS7_bundle_certificates failed.\n");
513 if (!PKCS7_bundle_certificates(&cbb, certs2) ||
516 "PKCS7_bundle_certificates failed the second time.\n");
/external/boringssl/include/openssl/
H A Dx509.h1161 /* PKCS7_bundle_certificates appends a PKCS#7, SignedData structure containing
1163 OPENSSL_EXPORT int PKCS7_bundle_certificates(
/external/boringssl/src/include/openssl/
H A Dx509.h1161 /* PKCS7_bundle_certificates appends a PKCS#7, SignedData structure containing
1163 OPENSSL_EXPORT int PKCS7_bundle_certificates(
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6510 if (!PKCS7_bundle_certificates(&out, stack)) {
6513 throwExceptionIfNecessary(env, "PKCS7_bundle_certificates");

Completed in 212 milliseconds