Searched refs:OSSL_STORE_error (Results 1 – 10 of 10) 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,
116 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
397 if (OSSL_STORE_error(store_ctx)) { in process()
479 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
819 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
4223 OSSL_STORE_error;
3254 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_error.3
4170 OSSL_STORE_error 4263 3_0_0 EXIST::FUNCTION:
3396 OSSL_STORE_error and OSSL_STORE_close.