Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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()
DOSSL_STORE_LOADER.pod117 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
304 and OSSL_STORE_close().
338 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.
DOSSL_STORE_SEARCH.pod61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
/third_party/openssl/test/
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()
Dprovider_pkey_test.c225 OSSL_STORE_close(ctx); in test_pkey_store()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h97 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/third_party/openssl/crypto/x509/
Dby_store.c90 OSSL_STORE_close(ctx); in cache_objects()
/third_party/openssl/doc/man7/
Dossl_store.pod70 OSSL_STORE_close(ctx);
/third_party/openssl/include/openssl/
Dstore.h117 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/third_party/openssl/apps/
Dstoreutl.c494 if (!OSSL_STORE_close(store_ctx)) { in process()
/third_party/openssl/crypto/store/
Dstore_lib.c527 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
/third_party/openssl/ssl/
Dssl_cert.c835 OSSL_STORE_close(ctx); in add_uris_recursive()
/third_party/openssl/apps/lib/
Dapps.c1047 OSSL_STORE_close(ctx); in load_key_certs_crls_suppress()
/third_party/openssl/util/
Dlibcrypto.num4178 OSSL_STORE_close 4271 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md2996 OSSL_STORE_error and OSSL_STORE_close.