Home
last modified time | relevance | path

Searched refs:OSSL_STORE_eof (Results 1 – 12 of 12) sorted by relevance

/openssl/doc/man3/
H A DOSSL_STORE_open.pod7 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof, OSSL_STORE_delete,
32 int OSSL_STORE_eof(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
82 NULL, or the end of data is reached as indicated by OSSL_STORE_eof().
112 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end
118 OSSL_STORE_eof() shows that the end of data has been reached.
151 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a
154 OSSL_STORE_eof() returns 1 if the end of data has been reached
175 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
H A DOSSL_STORE_LOADER.pod116 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
304 OSSL_STORE_open_ex(), OSSL_STORE_load(), OSSL_STORE_eof()
339 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.
/openssl/doc/man7/
H A Dossl_store.pod54 * OSSL_STORE_eof() simulates file semantics for any repository to signal
57 while (!OSSL_STORE_eof(ctx)) {
/openssl/test/
H A Dprovider_pkey_test.c271 while (!OSSL_STORE_eof(ctx) in test_pkey_store()
322 while (!OSSL_STORE_eof(ctx) in test_pkey_delete()
347 while (!OSSL_STORE_eof(ctx)) { in test_pkey_delete()
H A Dossl_store_test.c83 while (!OSSL_STORE_eof(ctx) in get_params()
/openssl/apps/
H A Dstoreutl.c398 if (OSSL_STORE_eof(store_ctx)) in process()
404 if (OSSL_STORE_eof(store_ctx)) in process()
/openssl/include/openssl/
H A Dstore.h113 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
/openssl/crypto/store/
H A Dstore_lib.c425 if (OSSL_STORE_eof(ctx)) in OSSL_STORE_load()
557 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx) in OSSL_STORE_eof() function
/openssl/ssl/
H A Dssl_cert.c1000 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
/openssl/apps/lib/
H A Dapps.c1023 && !OSSL_STORE_eof(ctx)) { in load_key_certs_crls()
/openssl/util/
H A Dlibcrypto.num4186 OSSL_STORE_eof 4279 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md4370 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,

Completed in 97 milliseconds