Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod8 OSSL_STORE_error, OSSL_STORE_close
34 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
49 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close().
58 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close() to work
115 OSSL_STORE_close() takes a B<OSSL_STORE_CTX>, closes the channel that was opened
155 OSSL_STORE_ctrl() and OSSL_STORE_close() returns 1 on success, or 0 on failure.
167 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
170 Handling of NULL I<ctx> argument for OSSL_STORE_close()
H A DOSSL_STORE_LOADER.pod116 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
305 and OSSL_STORE_close().
339 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/crypto/openssl/test/
H A Dossl_store_test.c56 OSSL_STORE_close(sctx); in test_store_open()
98 OSSL_STORE_close(ctx); in get_params()
176 OSSL_STORE_close(store_ctx); in test_store_attach_unregistered_scheme()
H A Dprovider_pkey_test.c286 OSSL_STORE_close(ctx); in test_pkey_store()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c90 OSSL_STORE_close(ctx); in cache_objects()
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod75 OSSL_STORE_close(ctx);
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h117 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c492 if (!OSSL_STORE_close(store_ctx)) { in process()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c527 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c857 OSSL_STORE_close(ctx); in add_uris_recursive()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4219 OSSL_STORE_close;
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1050 OSSL_STORE_close(ctx); in load_key_certs_crls_suppress()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3248 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_close.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4178 OSSL_STORE_close 4271 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md3396 OSSL_STORE_error and OSSL_STORE_close.