/openssl/crypto/err/ |
H A D | err_blocks.c | 40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 49 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|
H A D | err_local.h | 41 int lib, int reason) in err_set_error()
|
H A D | err_prn.c | 50 static void put_error(int lib, const char *func, int reason, in put_error()
|
/openssl/include/internal/ |
H A D | quic_channel.h | 152 const char *reason; member 239 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
|
/openssl/engines/ |
H A D | e_ossltest_err.c | 50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error()
|
H A D | e_dasync_err.c | 50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error()
|
H A D | e_loader_attic_err.c | 67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error()
|
H A D | e_afalg_err.c | 66 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error()
|
H A D | e_capi_err.c | 88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) in ERR_CAPI_error()
|
/openssl/test/ |
H A D | quicapitest.c | 1688 #define TPARAM_CHECK_DUP(name, reason) \ argument 1690 #define TPARAM_CHECK_DROP(name, reason) \ argument 1692 #define TPARAM_CHECK_INJECT(name, buf, buf_len, reason) \ argument 1695 #define TPARAM_CHECK_INJECT_A(name, buf, reason) \ argument 1697 #define TPARAM_CHECK_DROP_INJECT(name, buf, buf_len, reason) \ argument 1700 #define TPARAM_CHECK_DROP_INJECT_A(name, buf, reason) \ argument 1705 #define TPARAM_CHECK_INJECT_TWICE_A(name, buf, reason) \ argument 1707 #define TPARAM_CHECK_INJECT_RAW(buf, buf_len, reason) \ argument 1710 #define TPARAM_CHECK_INJECT_RAW_A(buf, reason) \ argument 1712 #define TPARAM_CHECK_MUTATE(name, reason) \ argument [all …]
|
H A D | recordlentest.c | 66 int reason; in fail_due_to_record_overflow() local
|
H A D | errtest.c | 31 char *reason; in test_print_error_format() local
|
H A D | p_test.c | 77 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error()
|
/openssl/providers/ |
H A D | legacyprov.c | 276 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 285 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|
/openssl/fuzz/ |
H A D | x509.c | 114 int status, reason; in FuzzerTestOneInput() local
|
/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 248 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status() 284 int *reason, in OCSP_resp_find_status()
|
H A D | ocsp_srv.c | 87 int status, int reason, in OCSP_basic_add1_status()
|
/openssl/crypto/ec/ |
H A D | eck_prn.c | 72 int ret = 0, reason = ERR_R_BIO_LIB; in ECPKParameters_print() local
|
/openssl/crypto/cmp/ |
H A D | cmp_util.c | 161 unsigned long reason = ERR_GET_REASON(err); in OSSL_CMP_print_errors_cb() local
|
/openssl/crypto/bio/ |
H A D | bio_lib.c | 784 BIO *BIO_get_retry_BIO(BIO *bio, int *reason) in BIO_get_retry_BIO() 807 void BIO_set_retry_reason(BIO *bio, int reason) in BIO_set_retry_reason() 1040 int reason = ERR_GET_REASON(err); in BIO_do_connect_retry() local
|
/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 83 int reason = ERR_R_BN_LIB; in ossl_dsa_do_sign_int() local
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_pvk2key.c | 137 int err, lib, reason; in pvk2key_decode() local
|
/openssl/include/openssl/ |
H A D | err.h.in | 280 # define ERR_PACK(lib,func,reason) \ argument 390 # define ERR_raise(lib, reason) ERR_raise_data((lib),(reason),NULL) argument 398 # define ERR_put_error(lib, func, reason, file, line) \ argument
|
/openssl/apps/lib/ |
H A D | http_server.c | 532 int status, const char *reason) in http_server_send_status()
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 884 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 893 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|