Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DOSSL_STORE_open.pod7 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof,
32 int OSSL_STORE_eof(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
79 NULL, or the end of data is reached as indicated by OSSL_STORE_eof().
107 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end
113 OSSL_STORE_eof() shows that the end of data has been reached.
146 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a
149 OSSL_STORE_eof() returns 1 if the end of data has been reached
167 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
A DOSSL_STORE_LOADER.pod117 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
303 OSSL_STORE_open_ex(), OSSL_STORE_load(), OSSL_STORE_eof()
338 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.
/openssl-master/doc/man7/
A Dossl_store.pod50 * OSSL_STORE_eof() simulates file semantics for any repository to signal
53 while (!OSSL_STORE_eof(ctx)) {
/openssl-master/apps/
A Dstoreutl.c404 if (OSSL_STORE_eof(store_ctx)) in process()
410 if (OSSL_STORE_eof(store_ctx)) in process()
/openssl-master/test/
A Dossl_store_test.c83 while (!OSSL_STORE_eof(ctx) in get_params()
/openssl-master/crypto/store/
A Dstore_lib.c407 if (OSSL_STORE_eof(ctx)) in OSSL_STORE_load()
433 if (!OSSL_STORE_eof(ctx)) in OSSL_STORE_load()
492 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx) in OSSL_STORE_eof() function
/openssl-master/include/openssl/
A Dstore.h105 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
/openssl-master/ssl/
A Dssl_cert.c786 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
/openssl-master/apps/lib/
A Dapps.c961 while (cnt_expectations > 0 && !OSSL_STORE_eof(ctx)) { in load_key_certs_crls_suppress()
/openssl-master/util/
A Dlibcrypto.num4186 OSSL_STORE_eof 4279 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md2431 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,

Completed in 46 milliseconds