/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 | 811 void ERR_add_error_data(int num, ...) in ERR_add_error_data() function
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 206 ERR_add_error_data(3, "message type is '", in send_receive_check() 216 ERR_add_error_data(1, buf); in send_receive_check() 220 ERR_add_error_data(1, buf); in send_receive_check() 226 ERR_add_error_data(2, "; errorDetails: ", text); in send_receive_check() 294 ERR_add_error_data(1, str); in poll_for_response() 467 ERR_add_error_data(1, buf); in get1_cert_status() 611 ERR_add_error_data(1, "; cannot extract certificate from response"); in cert_response() 882 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 | 69 ERR_add_error_data(2, "host=", str); in BIO_get_host_ip() 97 ERR_add_error_data(2, "host=", str); in BIO_get_port()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 682 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey() 728 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey() 775 ERR_add_error_data(2, "aiKeyAlg=0x", algstr); in capi_get_pkey() 881 ERR_add_error_data(2, "NID=0x", algstr); in capi_rsa_sign() 963 ERR_add_error_data(2, "padding=", errstr); in capi_rsa_priv_dec() 1116 ERR_add_error_data(2, "Error code= 0x", errstr); in capi_adderror()
|
H A D | e_loader_attic.c | 1011 ERR_add_error_data(1, path_data[i].path); in file_open_ex() 1621 ERR_add_error_data(3, "PEM type is '", pem_name, "'"); in file_load()
|
/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 | 1098 ERR_add_error_data(1, buf); in OSSL_HTTP_exchange() 1101 ERR_add_error_data(2, " proxy=", rctx->proxy); in OSSL_HTTP_exchange() 1106 ERR_add_error_data(1, buf); in OSSL_HTTP_exchange()
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 441 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 | 738 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 | 364 # define X509V3_conf_err(val) ERR_add_error_data(6, \
|
H A D | x509v3.h | 604 # define X509V3_conf_err(val) ERR_add_error_data(6, \
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 601 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 252 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/crypto/openssl/apps/lib/ |
H A D | apps.c | 2517 ERR_add_error_data(2, " : ", hint); in app_http_tls_cb()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1614 MLINKS+= ERR_put_error.3 ERR_add_error_data.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1001 ERR_add_error_data 1028 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2105 latter replaces the combination `ERR_put_error()` + `ERR_add_error_data()`.
|