Searched refs:OSSL_STORE_open (Results 1 – 17 of 17) sorted by relevance
| /src/crypto/openssl/doc/man3/ |
| H 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, 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 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)>
|
| H A D | OSSL_STORE_LOADER.pod | 115 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 D | OSSL_STORE_expect.pod | 47 See L<OSSL_STORE_open(3)> for more information.
|
| H A D | OSSL_STORE_SEARCH.pod | 49 objects through other names than just the URI that's given to OSSL_STORE_open().
|
| H A D | OSSL_STORE_INFO.pod | 215 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_STORE_register_loader(3)>
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl_store.pod | 50 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 D | ossl_store-file.pod | 49 using the B<UI_METHOD> that was passed via OSSL_STORE_open().
|
| H A D | ossl-guide-migration.pod | 784 L<OSSL_STORE_open(3)>
|
| /src/crypto/openssl/include/openssl/ |
| H A D | store.h | 56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 348 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 D | store_lib.c | 240 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() function
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_cert.c | 1006 if ((ctx = OSSL_STORE_open(uri, NULL, NULL, NULL, NULL)) == NULL) in add_uris_recursive()
|
| /src/crypto/openssl/doc/ |
| H A D | build.info | 1866 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 D | Version.map | 4227 OSSL_STORE_open;
|
| /src/crypto/openssl/util/ |
| H A D | libcrypto.num | 4177 OSSL_STORE_open 4270 3_0_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 5044 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,
|