Home
last modified time | relevance | path

Searched refs:OSSL_STORE_open_ex (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_STORE_open.pod6 OSSL_STORE_open, OSSL_STORE_open_ex,
25 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
57 information for OSSL_STORE_open(), OSSL_STORE_open_ex(),
63 OSSL_STORE_open_ex() takes a uri or path I<uri>, password UI method
81 OSSL_STORE_open() is similar to OSSL_STORE_open_ex() but uses NULL for
164 OSSL_STORE_open_ex() was added in OpenSSL 3.0.
173 OSSL_STORE_open_ex() was added in OpenSSL 3.0.
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dossl_store_test.c50 && TEST_ptr(sctx = OSSL_STORE_open_ex(input, NULL, NULL, ui_method, in test_store_open()
79 ctx = OSSL_STORE_open_ex(uri, NULL, NULL, NULL, NULL, NULL, NULL, NULL); in get_params()
H A Dprovider_pkey_test.c265 if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq, in test_pkey_store()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dby_store.c24 if ((ctx = OSSL_STORE_open_ex(uri, libctx, propq, NULL, NULL, NULL, in cache_objects()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dstore.h60 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_lib.c63 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_open_ex() function
225 return OSSL_STORE_open_ex(uri, NULL, NULL, ui_method, ui_data, NULL, in OSSL_STORE_open()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dstoreutl.c358 if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata, in process()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c960 ctx = OSSL_STORE_open_ex(uri, libctx, propq, get_ui_method(), &uidata, in load_key_certs_crls_suppress()