Searched refs:OSSL_STORE_eof (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_STORE_open.pod | 7 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 D | OSSL_STORE_LOADER.pod | 116 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 D | ossl_store.pod | 54 * OSSL_STORE_eof() simulates file semantics for any repository to signal 57 while (!OSSL_STORE_eof(ctx)) {
|
/openssl/test/ |
H A D | provider_pkey_test.c | 271 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 D | ossl_store_test.c | 83 while (!OSSL_STORE_eof(ctx) in get_params()
|
/openssl/apps/ |
H A D | storeutl.c | 398 if (OSSL_STORE_eof(store_ctx)) in process() 404 if (OSSL_STORE_eof(store_ctx)) in process()
|
/openssl/include/openssl/ |
H A D | store.h | 113 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
|
/openssl/crypto/store/ |
H A D | store_lib.c | 425 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 D | ssl_cert.c | 1000 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
|
/openssl/apps/lib/ |
H A D | apps.c | 1023 && !OSSL_STORE_eof(ctx)) { in load_key_certs_crls()
|
/openssl/util/ |
H A D | libcrypto.num | 4186 OSSL_STORE_eof 4279 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 4370 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,
|
Completed in 97 milliseconds