Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 12 of 12) sorted by relevance

/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod31 ERR entries up to the most recent mark on the ERR stack. These entries are moved
33 marked ERR and any ERR state before it remains part of the thread error state
37 the marked ERR as the top error, either of these functions will have the same
38 effect.) If there is no marked ERR in the thread local error state, all ERR
H A DSSL_poll.pod193 return 0 and the ERR stack will contain information pertaining to the first item
327 to return 0 and guaranteed to place at least one ERR on the error stack
355 usage error; check the ERR stack for details.
361 raised in I<revents>. The entries added to the ERR stack (of which there is
/openssl/crypto/err/
H A Derr_all_legacy.c88 IMPLEMENT_LEGACY_ERR_LOAD(ERR)
H A Dopenssl.ec5 L ERR NONE NONE
/openssl/util/
H A Dck_errf.pl88 my %libs = ( SYS => 1, ERR => 1 );
H A Dcheck-format-test-negatives.c421 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
/openssl/doc/designs/quic-design/
H A Derror-handling.md24 We need to keep using the existing ERR API as doing otherwise would
/openssl/test/
H A Dcmp_ctx_test.c350 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
379 if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
/openssl/crypto/perlasm/
H A Ds390x.pm3164 my %ERR =
3170 confess($ERR{ARGNUM}) if ($#_!=0);
3172 return $ERR{$_[0]};
/openssl/crypto/cmp/
H A Dcmp_server.c712 ossl_cmp_log(ERR, ctx, "cannot send proper CMP response"); in OSSL_CMP_SRV_process_request()
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in204 0 = EMERG, 1 = ALERT, 2 = CRIT, 3 = ERR, 4 = WARN, 5 = NOTE,
/openssl/
H A DCHANGES.md2423 * Reworked the recorded ERR codes to make better space for system errors.
2874 * Added ERR functionality to give callers access to the stored function
2881 Deprecate ERR functions ERR_get_error_line(), ERR_get_error_line_data(),
14199 * Make it possible to unload ranges of ERR strings with a new
14222 * As with "ERR", make it possible to replace the underlying "ex_data"
14244 * Make it possible to replace the underlying "ERR" functions such that the
14248 any other ERR function takes place. Ie. an application can call "get",
14251 module's "ERR" operations will use (and modify) the error state in the
17048 ERROR, ERR => LOG_ERR

Completed in 95 milliseconds