Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 16 of 16) sorted by relevance

/openssl/providers/
H A Dstores.inc10 #ifndef STORE
11 # error Macro STORE undefined
14 STORE("file", "yes", ossl_file_store_functions)
16 STORE("org.openssl.winstore", "yes", ossl_winstore_store_functions)
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
91 #undef STORE
H A Ddefltprov.c511 #define STORE(name, _fips, func_table) \ macro
516 #undef STORE
/openssl/crypto/store/
H A Dstore_lib.c123 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_open_ex()
178 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); in OSSL_STORE_open_ex()
187 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex()
429 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
491 OSSL_TRACE1(STORE, "Got a %s\n", in OSSL_STORE_load()
519 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_delete()
531 OSSL_TRACE1(STORE, "Performing URI delete %s\n", uri); in OSSL_STORE_delete()
576 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); in ossl_store_close_it()
1031 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_attach()
/openssl/doc/man7/
H A Dossl_store.pod17 A STORE is a layer of functionality to retrieve a number of supported
30 Support for a URI scheme is called a STORE "loader", and can be added
H A Dprovider-storemgmt.pod41 The STORE operation is the provider side of the L<ossl_store(7)> API.
43 The primary responsibility of the STORE operation is to load all sorts
209 The STORE interface was introduced in OpenSSL 3.0.
H A Dossl-guide-tls-introduction.pod128 =head1 TRUSTED CERTIFICATE STORE
/openssl/doc/man3/
H A DOSSL_STORE_INFO.pod81 OSSL_STORE_INFO_get_type() takes a B<OSSL_STORE_INFO> and returns the STORE
84 STORE_INFO_get_type_string() takes a STORE type number and returns a
129 applications that define their own STORE data, but must be used with care.
188 OSSL_STORE_INFO_get_type() returns the STORE type number of the given
H A DOSSL_STORE_LOADER.pod28 unregister STORE loaders for different URI schemes
163 are the function pointer types used within a STORE loader.
H A DOSSL_trace_set_channel.pod195 Traces STORE operations.
/openssl/test/
H A Dtrace_api_test.c44 CASE(STORE); in test_trace_categories()
/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in10 openssl-storeutl - STORE command
H A Dopenssl.pod778 =item B<STORE>
780 Traces STORE operations.
/openssl/crypto/
H A Dtrace.c138 TRACE_CATEGORY_(STORE),
/openssl/
H A DNEWS.md591 * A new STORE module, which implements a uniform and URI based reader of
1351 * New STORE structure and library to provide an interface to all
H A DCHANGES.md4177 * Add a STORE module, which implements a uniform and URI based reader of
12274 * Add support for STORE in ENGINE.
12278 * Add the STORE type. The intention is to provide a common interface

Completed in 112 milliseconds