Searched refs:OSSL_STORE_close (Results 1 – 14 of 14) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_STORE_open.pod | 8 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 D | OSSL_STORE_LOADER.pod | 116 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 D | OSSL_STORE_SEARCH.pod | 61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
|
/openssl/test/ |
H A D | provider_pkey_test.c | 288 OSSL_STORE_close(ctx); in test_pkey_store() 339 if (!TEST_int_eq(OSSL_STORE_close(ctx), 1)) in test_pkey_delete() 358 OSSL_STORE_close(ctx); in test_pkey_delete() 410 OSSL_STORE_close(ctx); in test_pkey_store_open_ex() 422 OSSL_STORE_close(ctx); in test_pkey_store_open_ex()
|
H A D | ossl_store_test.c | 56 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()
|
/openssl/crypto/x509/ |
H A D | by_store.c | 90 OSSL_STORE_close(ctx); in cache_objects()
|
/openssl/doc/man7/ |
H A D | ossl_store.pod | 75 OSSL_STORE_close(ctx);
|
/openssl/include/openssl/ |
H A D | store.h | 125 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
|
/openssl/apps/ |
H A D | storeutl.c | 495 if (!OSSL_STORE_close(store_ctx)) { in process()
|
/openssl/crypto/store/ |
H A D | store_lib.c | 592 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
|
/openssl/ssl/ |
H A D | ssl_cert.c | 1038 OSSL_STORE_close(ctx); in add_uris_recursive()
|
/openssl/apps/lib/ |
H A D | apps.c | 1103 OSSL_STORE_close(ctx); in load_key_certs_crls()
|
/openssl/util/ |
H A D | libcrypto.num | 4178 OSSL_STORE_close 4271 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 4371 OSSL_STORE_error and OSSL_STORE_close.
|
Completed in 121 milliseconds