Searched refs:OSSL_STORE_error (Results 1 – 8 of 8) sorted by relevance
8 OSSL_STORE_error, OSSL_STORE_close33 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);110 OSSL_STORE_error() takes a B<OSSL_STORE_CTX> and checks if an error occurred in146 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a152 OSSL_STORE_error() returns 1 if an error occurred in an OSSL_STORE_load() call,
117 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
399 if (OSSL_STORE_error(store_ctx)) { in process()
479 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
786 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
4170 OSSL_STORE_error 4263 3_0_0 EXIST::FUNCTION:
2432 OSSL_STORE_error and OSSL_STORE_close.
Completed in 37 milliseconds