Home
last modified time | relevance | path

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

/src/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,
50 The general method to do so is to "open" the URI using OSSL_STORE_open(),
60 information for OSSL_STORE_open(), OSSL_STORE_open_ex(),
84 OSSL_STORE_open() is similar to OSSL_STORE_open_ex() but uses NULL for
121 by OSSL_STORE_open() and frees all other information that was stored in the
131 OSSL_STORE_open() to determine if any failure is caused by an unparsable
146 OSSL_STORE_open() returns a pointer to a B<OSSL_STORE_CTX> on success, or
174 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)>
/src/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 Dossl-guide-migration.pod784 L<OSSL_STORE_open(3)>
/src/crypto/openssl/include/openssl/
H A Dstore.h56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
/src/secure/lib/libcrypto/man/man3/
H A DMakefile348 MAN+= OSSL_STORE_open.3
3501 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_CTX.3
3502 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_close.3
3503 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_ctrl.3
3504 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_delete.3
3505 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_eof.3
3506 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_error.3
3507 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_load.3
3508 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_open_ex.3
3509 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_post_process_info_fn.3
/src/crypto/openssl/crypto/store/
H A Dstore_lib.c240 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() function
/src/crypto/openssl/ssl/
H A Dssl_cert.c1006 if ((ctx = OSSL_STORE_open(uri, NULL, NULL, NULL, NULL)) == NULL) in add_uris_recursive()
/src/crypto/openssl/doc/
H A Dbuild.info1866 DEPEND[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod
1867 GENERATE[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod
1868 DEPEND[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod
1869 GENERATE[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod
3530 html/man3/OSSL_STORE_open.html \
4206 man/man3/OSSL_STORE_open.3 \
/src/secure/lib/libcrypto/
H A DVersion.map4227 OSSL_STORE_open;
/src/crypto/openssl/util/
H A Dlibcrypto.num4177 OSSL_STORE_open 4270 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/
H A DCHANGES.md5044 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,