Searched refs:ERR (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_ERR_STATE_save.pod | 31 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 D | SSL_poll.pod | 193 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 D | err_all_legacy.c | 88 IMPLEMENT_LEGACY_ERR_LOAD(ERR)
|
H A D | openssl.ec | 5 L ERR NONE NONE
|
/openssl/util/ |
H A D | ck_errf.pl | 88 my %libs = ( SYS => 1, ERR => 1 );
|
H A D | check-format-test-negatives.c | 421 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
|
/openssl/doc/designs/quic-design/ |
H A D | error-handling.md | 24 We need to keep using the existing ERR API as doing otherwise would
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 350 #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 D | s390x.pm | 3164 my %ERR = 3170 confess($ERR{ARGNUM}) if ($#_!=0); 3172 return $ERR{$_[0]};
|
/openssl/crypto/cmp/ |
H A D | cmp_server.c | 712 ossl_cmp_log(ERR, ctx, "cannot send proper CMP response"); in OSSL_CMP_SRV_process_request()
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 204 0 = EMERG, 1 = ALERT, 2 = CRIT, 3 = ERR, 4 = WARN, 5 = NOTE,
|
/openssl/ |
H A D | CHANGES.md | 2493 * Reworked the recorded ERR codes to make better space for system errors. 2944 * Added ERR functionality to give callers access to the stored function 2951 Deprecate ERR functions ERR_get_error_line(), ERR_get_error_line_data(), 14269 * Make it possible to unload ranges of ERR strings with a new 14292 * As with "ERR", make it possible to replace the underlying "ex_data" 14314 * Make it possible to replace the underlying "ERR" functions such that the 14318 any other ERR function takes place. Ie. an application can call "get", 14321 module's "ERR" operations will use (and modify) the error state in the 17118 ERROR, ERR => LOG_ERR
|
Completed in 75 milliseconds