Home
last modified time | relevance | path

Searched refs:OSSL_STORE_error (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DOSSL_STORE_open.pod8 OSSL_STORE_error, OSSL_STORE_close
36 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
115 OSSL_STORE_error() takes a B<OSSL_STORE_CTX> and checks if an error occurred in
151 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a
157 OSSL_STORE_error() returns 1 if an error occurred in an OSSL_STORE_load() call,
H A DOSSL_STORE_LOADER.pod116 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
/openssl/include/openssl/
H A Dstore.h119 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
/openssl/apps/
H A Dstoreutl.c393 if (OSSL_STORE_error(store_ctx)) { in process()
/openssl/crypto/store/
H A Dstore_lib.c544 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
/openssl/ssl/
H A Dssl_cert.c1000 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
/openssl/util/
H A Dlibcrypto.num4170 OSSL_STORE_error 4263 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md4371 OSSL_STORE_error and OSSL_STORE_close.

Completed in 80 milliseconds