/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 126 ERR_add_error_data(2, separator, tmp); in ERR_add_error_txt() 137 ERR_add_error_data(2, leading_separator, tmp); in ERR_add_error_txt() 140 ERR_add_error_data(2, leading_separator, txt); in ERR_add_error_txt()
|
H A D | err.c | 812 void ERR_add_error_data(int num, ...) in ERR_add_error_data() function
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 234 ERR_add_error_data(3, "message type is '", in send_receive_check() 244 ERR_add_error_data(1, buf); in send_receive_check() 248 ERR_add_error_data(1, buf); in send_receive_check() 254 ERR_add_error_data(2, "; errorDetails: ", text); in send_receive_check() 323 ERR_add_error_data(1, str); in poll_for_response() 560 ERR_add_error_data(1, buf); in get1_cert_status() 736 ERR_add_error_data(1, "; cannot extract certificate from response"); in cert_response() 1021 ERR_add_error_data(1, buf); in OSSL_CMP_exec_RR_ses()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_put_error.pod | 8 ERR_put_error, ERR_add_error_data, ERR_add_error_vdata, 19 void ERR_add_error_data(int num, ...); 47 ERR_add_error_data() associates the concatenation of its B<num> string 163 ERR_add_error_data(), ERR_add_error_vdata()
|
/freebsd/crypto/openssl/test/ |
H A D | errtest.c | 136 ERR_add_error_data(1, "hello "); in vdata_appends() 137 ERR_add_error_data(1, "world"); in vdata_appends()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 68 ERR_add_error_data(2, "host=", str); in BIO_get_host_ip() 96 ERR_add_error_data(2, "host=", str); in BIO_get_port()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 683 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey() 738 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey() 798 ERR_add_error_data(2, "aiKeyAlg=0x", algstr); in capi_get_pkey() 899 ERR_add_error_data(2, "NID=0x", algstr); in capi_rsa_sign() 981 ERR_add_error_data(2, "padding=", errstr); in capi_rsa_priv_dec() 1132 ERR_add_error_data(2, "Error code= 0x", errstr); in capi_adderror()
|
H A D | e_afalg.c | 380 ERR_add_error_data(3, "-ENOMEM ( code ", strbuf, " )"); in afalg_fin_cipher_aio() 384 ERR_add_error_data(2, "code ", strbuf); in afalg_fin_cipher_aio()
|
H A D | e_loader_attic.c | 1006 ERR_add_error_data(1, path_data[i].path); in file_open_ex() 1606 ERR_add_error_data(3, "PEM type is '", pem_name, "'"); in file_load()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zstd.c | 611 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_read() 690 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_write() 736 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_flush()
|
H A D | c_brotli.c | 540 … ERR_add_error_data(1, BrotliDecoderErrorString(BrotliDecoderGetErrorCode(ctx->decode.state))); in bio_brotli_read() 640 ERR_add_error_data(1, "brotli encoder error"); in bio_brotli_write() 689 ERR_add_error_data(1, "brotli encoder error"); in bio_brotli_flush()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_local.h | 13 ERR_add_error_data(4, "name=", (val)->name, ", value=", (val)->value)
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 230 ERR_add_error_data(1, buf); in OSSL_CRMF_pbm_new()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 494 ERR_add_error_data(2, ", reason=", reason); in parse_http_line1() 1218 ERR_add_error_data(1, buf); in OSSL_HTTP_exchange() 1221 ERR_add_error_data(2, " proxy=", rctx->proxy); in OSSL_HTTP_exchange() 1226 ERR_add_error_data(1, buf); in OSSL_HTTP_exchange()
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 435 ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror()); in dlfcn_pathbyaddr()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 484 ERR_add_error_data(4, "Field=", errtt->field_name, in asn1_item_embed_d2i() 487 ERR_add_error_data(2, "Type=", it->sname); in asn1_item_embed_d2i()
|
H A D | asn1_gen.c | 736 ERR_add_error_data(2, "string=", str); in asn1_str2type()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 470 void ERR_add_error_data(int num, ...);
|
H A D | err.h.in | 459 void ERR_add_error_data(int num, ...);
|
H A D | x509v3.h.in | 375 # define X509V3_conf_err(val) ERR_add_error_data(6, \
|
H A D | x509v3.h | 615 # define X509V3_conf_err(val) ERR_add_error_data(6, \
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 592 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 259 ERR_add_error_data(2, "Expecting: ", name); in pem_bytes_read_bio_flags()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1339 ERR_add_error_data;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1683 MLINKS+= ERR_put_error.3 ERR_add_error_data.3
|