Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DOSSL_STORE_open.pod8 OSSL_STORE_error, OSSL_STORE_close
33 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
110 OSSL_STORE_error() takes a B<OSSL_STORE_CTX> and checks if an error occurred in
146 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a
152 OSSL_STORE_error() returns 1 if an error occurred in an OSSL_STORE_load() call,
A DOSSL_STORE_LOADER.pod117 OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific
/openssl-master/include/openssl/
A Dstore.h111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
/openssl-master/apps/
A Dstoreutl.c399 if (OSSL_STORE_error(store_ctx)) { in process()
/openssl-master/crypto/store/
A Dstore_lib.c479 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
/openssl-master/ssl/
A Dssl_cert.c786 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
/openssl-master/util/
A Dlibcrypto.num4170 OSSL_STORE_error 4263 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md2432 OSSL_STORE_error and OSSL_STORE_close.

Completed in 37 milliseconds