Home
last modified time | relevance | path

Searched refs:OSSL_STORE_close (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod7 OSSL_STORE_close - Types and functions to read objects from a URI
26 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
36 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close().
45 OSSL_STORE_close() to work together.
95 OSSL_STORE_close() takes a B<OSSL_STORE_CTX>, closes the channel that was opened
141 OSSL_STORE_ctrl() and OSSL_STORE_close() returns 1 on success, or 0 on failure.
151 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
154 Handling of NULL I<ctx> argument for OSSL_STORE_close()
H A DOSSL_STORE_LOADER.pod78 OSSL_STORE_close() for this scheme.
211 OSSL_STORE_eof() and OSSL_STORE_close().
226 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.
H A DOSSL_STORE_SEARCH.pod61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dstore.h97 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dossl_store.pod70 OSSL_STORE_close(ctx);
/freebsd-13.1/crypto/openssl/apps/
H A Dstoreutl.c467 if (!OSSL_STORE_close(store_ctx)) { in process()
/freebsd-13.1/crypto/openssl/crypto/store/
H A Dstore_lib.c219 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map4333 OSSL_STORE_close;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2110 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_close.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES982 OSSL_STORE_error and OSSL_STORE_close.