Searched refs:OSSL_STORE_eof (Results 1 – 11 of 11) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_STORE_open.pod | 7 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 D | OSSL_STORE_LOADER.pod | 117 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 D | ossl_store.pod | 50 * OSSL_STORE_eof() simulates file semantics for any repository to signal 53 while (!OSSL_STORE_eof(ctx)) {
|
/openssl-master/apps/ |
A D | storeutl.c | 404 if (OSSL_STORE_eof(store_ctx)) in process() 410 if (OSSL_STORE_eof(store_ctx)) in process()
|
/openssl-master/test/ |
A D | ossl_store_test.c | 83 while (!OSSL_STORE_eof(ctx) in get_params()
|
/openssl-master/crypto/store/ |
A D | store_lib.c | 407 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 D | store.h | 105 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
|
/openssl-master/ssl/ |
A D | ssl_cert.c | 786 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
|
/openssl-master/apps/lib/ |
A D | apps.c | 961 while (cnt_expectations > 0 && !OSSL_STORE_eof(ctx)) { in load_key_certs_crls_suppress()
|
/openssl-master/util/ |
A D | libcrypto.num | 4186 OSSL_STORE_eof 4279 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 2431 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,
|
Completed in 46 milliseconds