Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod5 OSSL_STORE_CTX, OSSL_STORE_post_process_info_fn, OSSL_STORE_open,
18 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method,
34 The general method to do so is to "open" the URI using OSSL_STORE_open(),
44 information for OSSL_STORE_open(), OSSL_STORE_load(), OSSL_STORE_eof() and
49 OSSL_STORE_open() takes a uri or path I<uri>, password UI method
96 by OSSL_STORE_open() and frees all other information that was stored in the
112 OSSL_STORE_open() to determine if any failure is caused by an unparsable
127 OSSL_STORE_open() returns a pointer to a B<OSSL_STORE_CTX> on success, or
150 OSSL_STORE_CTX(), OSSL_STORE_post_process_info_fn(), OSSL_STORE_open(),
H A DOSSL_STORE_LOADER.pod77 OSSL_STORE_open(), OSSL_STORE_load(), OSSL_STORE_eof(), OSSL_STORE_error() and
210 makes it available for use with OSSL_STORE_open(), OSSL_STORE_load(),
225 same return values as OSSL_STORE_open(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
242 L<ossl_store(7)>, L<OSSL_STORE_open(3)>
H A DOSSL_STORE_expect.pod45 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.pod183 L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_STORE_register_loader(3)>
/freebsd-13.1/crypto/openssl/doc/man7/
H 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)>,
H A Dossl_store-file.pod49 using the C<UI_METHOD> that was passed via OSSL_STORE_open().
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dstore.h49 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method,
/freebsd-13.1/crypto/openssl/apps/
H A Dstoreutl.c344 if ((store_ctx = OSSL_STORE_open(uri, uimeth, uidata, NULL, NULL)) in process()
/freebsd-13.1/crypto/openssl/crypto/store/
H A Dstore_lib.c37 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, in OSSL_STORE_open() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile225 MAN+= OSSL_STORE_open.3
2109 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_CTX.3
2110 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_close.3
2111 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_ctrl.3
2112 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_eof.3
2113 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_error.3
2114 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_load.3
2115 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_post_process_info_fn.3
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map4341 OSSL_STORE_open;
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt887 OSSL_STORE_F_OSSL_STORE_OPEN:114:OSSL_STORE_open
/freebsd-13.1/crypto/openssl/
H A DCHANGES981 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,