Searched refs:OSSL_STORE_open (Results 1 – 15 of 15) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_STORE_open.pod | 6 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(),
|
A D | OSSL_STORE_attach.pod | 20 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)>
|
A D | OSSL_STORE_LOADER.pod | 116 OSSL_STORE_open(), OSSL_STORE_open_ex(), OSSL_STORE_load(), 302 thereby makes it available for use with OSSL_STORE_open(), 336 and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(), 355 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_LIB_CTX(3)>,
|
A D | OSSL_STORE_expect.pod | 47 See L<OSSL_STORE_open(3)> for more information.
|
A D | OSSL_STORE_SEARCH.pod | 49 objects through other names than just the URI that's given to OSSL_STORE_open().
|
A D | OSSL_STORE_INFO.pod | 214 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_STORE_register_loader(3)>
|
/openssl-master/doc/man7/ |
A D | ossl_store.pod | 47 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem"); 75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
|
A D | ossl_store-file.pod | 49 using the B<UI_METHOD> that was passed via OSSL_STORE_open().
|
A D | migration_guide.pod | 714 L<OSSL_STORE_open(3)>
|
/openssl-master/include/openssl/ |
A D | store.h | 56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
|
/openssl-master/crypto/store/ |
A D | store_lib.c | 220 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() function
|
/openssl-master/ssl/ |
A D | ssl_cert.c | 783 if ((ctx = OSSL_STORE_open(uri, NULL, NULL, NULL, NULL)) == NULL) in add_uris_recursive()
|
/openssl-master/doc/ |
A D | build.info | 1702 DEPEND[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod 1703 GENERATE[html/man3/OSSL_STORE_open.html]=man3/OSSL_STORE_open.pod 1704 DEPEND[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod 1705 GENERATE[man/man3/OSSL_STORE_open.3]=man3/OSSL_STORE_open.pod 3147 html/man3/OSSL_STORE_open.html \ 3739 man/man3/OSSL_STORE_open.3 \
|
/openssl-master/util/ |
A D | libcrypto.num | 4177 OSSL_STORE_open 4270 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 2431 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,
|
Completed in 48 milliseconds