Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_open.pod6 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof, OSSL_STORE_error,
25 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
90 OSSL_STORE_error() takes a B<OSSL_STORE_CTX> and checks if an error occurred in
132 Use OSSL_STORE_error() and OSSL_STORE_eof() to determine the meaning of a
138 OSSL_STORE_error() returns 1 if an error occurred in an OSSL_STORE_load() call,
H A DOSSL_STORE_LOADER.pod77 OSSL_STORE_open(), OSSL_STORE_load(), OSSL_STORE_eof(), OSSL_STORE_error() and
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H 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,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dstore.h91 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dstore.h111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dstoreutl.c385 if (OSSL_STORE_error(store_ctx)) { in process()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dstoreutl.c397 if (OSSL_STORE_error(store_ctx)) { in process()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_lib.c209 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_lib.c479 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() function
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c819 while (!OSSL_STORE_eof(ctx) && !OSSL_STORE_error(ctx)) { in add_uris_recursive()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map4328 OSSL_STORE_error;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num4320 OSSL_STORE_error 4263 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES1136 OSSL_STORE_error and OSSL_STORE_close.