Symbol: X509_STORE_add_cert
crypto/krb5/src/plugins/tls/k5tls/openssl.c
361
X509_STORE_add_cert(store, xi->x509);
crypto/openssl/apps/lib/apps.c
771
if (!X509_STORE_add_cert(store, sk_X509_value(certs, i))) {
crypto/openssl/crypto/cmp/cmp_genm.c
261
|| !X509_STORE_add_cert(ts, trusted))
crypto/openssl/crypto/cmp/cmp_util.c
215
if (!X509_STORE_add_cert(store, cert)) /* ups cert ref counter */
crypto/openssl/crypto/x509/by_file.c
134
if (!X509_STORE_add_cert(ctx->store_ctx, x)) {
crypto/openssl/crypto/x509/by_file.c
156
count = X509_STORE_add_cert(ctx->store_ctx, x);
crypto/openssl/crypto/x509/by_file.c
260
if (!X509_STORE_add_cert(ctx->store_ctx, itmp->x509)) {
crypto/openssl/crypto/x509/by_store.c
90
ok = X509_STORE_add_cert(xstore,
crypto/openssl/demos/cms/cms_ver.c
86
if (!X509_STORE_add_cert(st, cacert))
crypto/openssl/demos/smime/smver.c
43
if (!X509_STORE_add_cert(st, cacert))
crypto/openssl/fuzz/x509.c
84
X509_STORE_add_cert(store, x509_2);
crypto/openssl/include/openssl/x509_vfy.h
697
int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
crypto/openssl/ssl/ssl_cert.c
1088
if (!X509_STORE_add_cert(chain_store, x))
crypto/openssl/ssl/ssl_cert.c
1092
if (!X509_STORE_add_cert(chain_store, cpk->x509))
crypto/openssl/test/cmp_client_test.c
64
if (ts == NULL || !X509_STORE_add_cert(ts, trusted))
crypto/openssl/test/cmp_protect_test.c
351
&& TEST_true(X509_STORE_add_cert(store, root))) {
crypto/openssl/test/cmp_vfy_test.c
213
return X509_STORE_add_cert(OSSL_CMP_CTX_get0_trusted(ctx), cert);
crypto/openssl/test/pkcs7_test.c
159
&& TEST_true(X509_STORE_add_cert(store, cert))
crypto/openssl/test/pkcs7_test.c
371
&& TEST_true(X509_STORE_add_cert(store, cert))
tests/sys/kern/ssl_sendfile.c
146
ATF_REQUIRE(X509_STORE_add_cert(SSL_CTX_get_cert_store(c->ctx),