Searched refs:OSSL_STORE_close (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/doc/man3/ |
D | OSSL_STORE_open.pod | 8 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()
|
D | OSSL_STORE_LOADER.pod | 117 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.
|
D | OSSL_STORE_SEARCH.pod | 61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
|
/third_party/openssl/test/ |
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()
|
D | provider_pkey_test.c | 225 OSSL_STORE_close(ctx); in test_pkey_store()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | store.h | 97 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
|
/third_party/openssl/crypto/x509/ |
D | by_store.c | 90 OSSL_STORE_close(ctx); in cache_objects()
|
/third_party/openssl/doc/man7/ |
D | ossl_store.pod | 70 OSSL_STORE_close(ctx);
|
/third_party/openssl/include/openssl/ |
D | store.h | 117 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
|
/third_party/openssl/apps/ |
D | storeutl.c | 494 if (!OSSL_STORE_close(store_ctx)) { in process()
|
/third_party/openssl/crypto/store/ |
D | store_lib.c | 527 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() function
|
/third_party/openssl/ssl/ |
D | ssl_cert.c | 835 OSSL_STORE_close(ctx); in add_uris_recursive()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1047 OSSL_STORE_close(ctx); in load_key_certs_crls_suppress()
|
/third_party/openssl/util/ |
D | libcrypto.num | 4178 OSSL_STORE_close 4271 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 2996 OSSL_STORE_error and OSSL_STORE_close.
|