Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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(),
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)>
A DOSSL_STORE_LOADER.pod116 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 DOSSL_STORE_expect.pod47 See L<OSSL_STORE_open(3)> for more information.
A DOSSL_STORE_SEARCH.pod49 objects through other names than just the URI that's given to OSSL_STORE_open().
A DOSSL_STORE_INFO.pod214 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_STORE_register_loader(3)>
/openssl-master/doc/man7/
A Dossl_store.pod47 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem");
75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
A Dossl_store-file.pod49 using the B<UI_METHOD> that was passed via OSSL_STORE_open().
A Dmigration_guide.pod714 L<OSSL_STORE_open(3)>
/openssl-master/include/openssl/
A Dstore.h56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
/openssl-master/crypto/store/
A Dstore_lib.c220 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() function
/openssl-master/ssl/
A Dssl_cert.c783 if ((ctx = OSSL_STORE_open(uri, NULL, NULL, NULL, NULL)) == NULL) in add_uris_recursive()
/openssl-master/doc/
A Dbuild.info1702 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 Dlibcrypto.num4177 OSSL_STORE_open 4270 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md2431 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,

Completed in 48 milliseconds