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
37 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
52 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close().
61 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close() to work
120 OSSL_STORE_close() takes a B<OSSL_STORE_CTX>, closes the channel that was opened
160 OSSL_STORE_delete(), OSSL_STORE_ctrl() and OSSL_STORE_close() return 1 on
175 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
178 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()
124 OSSL_STORE_close(sctx); in test_store_open_winstore()
167 OSSL_STORE_close(ctx); in get_params()
245 OSSL_STORE_close(store_ctx); in test_store_attach_unregistered_scheme()
H A Dprovider_pkey_test.c358 OSSL_STORE_close(ctx); in test_pkey_store()
410 if (!TEST_int_eq(OSSL_STORE_close(ctx), 1)) in test_pkey_delete()
429 OSSL_STORE_close(ctx); in test_pkey_delete()
481 OSSL_STORE_close(ctx); in test_pkey_store_open_ex()
493 OSSL_STORE_close(ctx); in test_pkey_store_open_ex()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c104 OSSL_STORE_close(ctx); in DEFINE_STACK_OF()
152 OSSL_STORE_close(sctx); in by_store_ctrl_ex()
156 OSSL_STORE_close(sctx); in by_store_ctrl_ex()
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod75 OSSL_STORE_close(ctx);
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h125 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c510 if (!OSSL_STORE_close(store_ctx)) { in process()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c599 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c1049 OSSL_STORE_close(ctx); in add_uris_recursive()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1090 OSSL_STORE_close(ctx); in load_key_certs_crls()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4219 OSSL_STORE_close;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3503 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.md5189 OSSL_STORE_error and OSSL_STORE_close.