Searched refs:OSSL_STORE_error (Results 1 – 8 of 8) sorted by relevance
8 OSSL_STORE_error, OSSL_STORE_close36 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);115 OSSL_STORE_error() takes a B<OSSL_STORE_CTX> and checks if an error occurred in151 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a157 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
119 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
393 if (OSSL_STORE_error(store_ctx)) { in process()
544 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
1000 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
4170 OSSL_STORE_error 4263 3_0_0 EXIST::FUNCTION:
4371 OSSL_STORE_error and OSSL_STORE_close.
Completed in 80 milliseconds