Home
last modified time | relevance | path

Searched refs:OSSL_STORE_open (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod6 OSSL_STORE_open, OSSL_STORE_open_ex,
20 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method,
47 The general method to do so is to "open" the URI using OSSL_STORE_open(),
57 information for OSSL_STORE_open(), OSSL_STORE_open_ex(),
81 OSSL_STORE_open() is similar to OSSL_STORE_open_ex() but uses NULL for
116 by OSSL_STORE_open() and frees all other information that was stored in the
126 OSSL_STORE_open() to determine if any failure is caused by an unparsable
141 OSSL_STORE_open() returns a pointer to a B<OSSL_STORE_CTX> on success, or
166 B<OSSL_STORE_CTX>, OSSL_STORE_post_process_info_fn(), OSSL_STORE_open(),
H A DOSSL_STORE_attach.pod20 OSSL_STORE_attach() works like L<OSSL_STORE_open(3)>, except it takes a B<BIO>
32 L<ossl_store(7)>, L<OSSL_STORE_open(3)>
H A DOSSL_STORE_LOADER.pod115 OSSL_STORE_open(), OSSL_STORE_open_ex(), OSSL_STORE_load(),
303 thereby makes it available for use with OSSL_STORE_open(),
337 and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(),
356 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_LIB_CTX(3)>,
H A DOSSL_STORE_expect.pod47 See L<OSSL_STORE_open(3)> for more information.
H A DOSSL_STORE_SEARCH.pod49 objects through other names than just the URI that's given to OSSL_STORE_open().
H A DOSSL_STORE_INFO.pod215 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_STORE_register_loader(3)>
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dossl_store.pod50 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem",
80 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
H A Dossl_store-file.pod49 using the B<UI_METHOD> that was passed via OSSL_STORE_open().
H A Dmigration_guide.pod763 L<OSSL_STORE_open(3)>
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dstore.h56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile318 MAN+= OSSL_STORE_open.3
3186 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_CTX.3
3248 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_close.3
3250 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_ctrl.3
3252 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_eof.3
3254 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_error.3
3259 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_load.3
3261 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_open_ex.3
3264 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_post_process_info_fn.3
/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_lib.c220 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() function
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_cert.c816 if ((ctx = OSSL_STORE_open(uri, NULL, NULL, NULL, NULL)) == NULL) in add_uris_recursive()
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info1746 DEPEND[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod
1747 GENERATE[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod
1748 DEPEND[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod
1749 GENERATE[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod
3222 html/man3/OSSL_STORE_open.html \
3830 man/man3/OSSL_STORE_open.3 \
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map4341 OSSL_STORE_open;
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num4177 OSSL_STORE_open 4270 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md3395 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,