Symbol: X509_STORE_new
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1768
certstore = X509_STORE_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2032
if (!(store = X509_STORE_new()))
crypto/openssl/apps/lib/apps.c
1387
X509_STORE *store = X509_STORE_new();
crypto/openssl/apps/lib/apps.c
767
store = X509_STORE_new();
crypto/openssl/apps/lib/s_cb.c
1404
vfy = X509_STORE_new();
crypto/openssl/apps/lib/s_cb.c
1420
ch = X509_STORE_new();
crypto/openssl/apps/ts.c
1004
cert_ctx = X509_STORE_new();
crypto/openssl/apps/x509.c
366
ctx = X509_STORE_new();
crypto/openssl/crypto/cmp/cmp_genm.c
258
if ((ts = X509_STORE_new()) == NULL)
crypto/openssl/crypto/cmp/cmp_vfy.c
336
if ((store = X509_STORE_new()) == NULL
crypto/openssl/demos/cms/cms_ver.c
71
st = X509_STORE_new();
crypto/openssl/demos/smime/smver.c
28
st = X509_STORE_new();
crypto/openssl/fuzz/x509.c
81
store = X509_STORE_new();
crypto/openssl/include/openssl/x509_vfy.h
501
X509_STORE *X509_STORE_new(void);
crypto/openssl/ssl/ssl_cert.c
1083
chain_store = X509_STORE_new();
crypto/openssl/ssl/ssl_conf.c
523
*st = X509_STORE_new();
crypto/openssl/ssl/ssl_lib.c
4054
ret->cert_store = X509_STORE_new();
crypto/openssl/test/cmp_client_test.c
56
X509_STORE *ts = X509_STORE_new();
crypto/openssl/test/cmp_ctx_test.c
513
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/cmp_protect_test.c
350
if (TEST_ptr(store = X509_STORE_new())
crypto/openssl/test/cmp_protect_test.c
466
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/cmp_vfy_test.c
60
ts = X509_STORE_new();
crypto/openssl/test/crltest.c
342
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/crltest.c
571
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/pkcs7_test.c
158
&& TEST_ptr(store = X509_STORE_new())
crypto/openssl/test/pkcs7_test.c
370
&& TEST_ptr(store = X509_STORE_new())
crypto/openssl/test/sslapitest.c
11206
new_store = X509_STORE_new();
crypto/openssl/test/sslapitest.c
11210
new_cstore = X509_STORE_new();
crypto/openssl/test/sslapitest.c
11291
new_store = X509_STORE_new();
crypto/openssl/test/sslapitest.c
11295
new_cstore = X509_STORE_new();
crypto/openssl/test/threadstest.c
1343
store = X509_STORE_new();
crypto/openssl/test/verify_extra_test.c
71
store = X509_STORE_new();
crypto/openssl/test/x509_dup_cert_test.c
24
if (TEST_ptr(store = X509_STORE_new())
crypto/openssl/test/x509_load_cert_file_test.c
25
if (!TEST_ptr(store = X509_STORE_new())