Symbol: OSSL_STORE_open_ex
crypto/openssl/apps/lib/apps.c
990
ctx = OSSL_STORE_open_ex(uri, libctx, propq, get_ui_method(), &uidata,
crypto/openssl/apps/storeutl.c
370
if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata,
crypto/openssl/crypto/store/store_lib.c
245
return OSSL_STORE_open_ex(uri, NULL, NULL, ui_method, ui_data, NULL,
crypto/openssl/crypto/x509/by_store.c
147
sctx = OSSL_STORE_open_ex(argp, libctx, propq, NULL, NULL,
crypto/openssl/crypto/x509/by_store.c
32
if ((ctx = OSSL_STORE_open_ex(store->uri, store->libctx, store->propq,
crypto/openssl/include/openssl/store.h
60
OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
crypto/openssl/test/ossl_store_test.c
116
&& TEST_ptr(sctx = OSSL_STORE_open_ex("org.openssl.winstore:", NULL,
crypto/openssl/test/ossl_store_test.c
148
ctx = OSSL_STORE_open_ex(uri, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
crypto/openssl/test/ossl_store_test.c
50
&& TEST_ptr(sctx = OSSL_STORE_open_ex(input, NULL, NULL, ui_method,
crypto/openssl/test/provider_pkey_test.c
337
if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq,
crypto/openssl/test/provider_pkey_test.c
388
if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq,
crypto/openssl/test/provider_pkey_test.c
414
if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq,
crypto/openssl/test/provider_pkey_test.c
476
if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:openpwtest", libctx, propq,
crypto/openssl/test/provider_pkey_test.c
482
if (!TEST_ptr_null(ctx = OSSL_STORE_open_ex("fake_rsa:openpwtest", libctx,