Home
last modified time | relevance | path

Searched refs:ERR_add_error_data (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c126 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 Derr.c811 void ERR_add_error_data(int num, ...) in ERR_add_error_data() function
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c206 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 DERR_put_error.pod8 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 Derrtest.c136 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 Dbio_sock.c69 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 De_capi.c682 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 De_loader_attic.c1011 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 Dx509_local.h13 ERR_add_error_data(4, "name=", (val)->name, ", value=", (val)->value)
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_pbm.c230 ERR_add_error_data(1, buf); in OSSL_CRMF_pbm_new()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1098 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 Ddso_dlfcn.c441 ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror()); in dlfcn_pathbyaddr()
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c484 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 Dasn1_gen.c738 ERR_add_error_data(2, "string=", str); in asn1_str2type()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h470 void ERR_add_error_data(int num, ...);
H A Derr.h.in459 void ERR_add_error_data(int num, ...);
H A Dx509v3.h.in364 # define X509V3_conf_err(val) ERR_add_error_data(6, \
H A Dx509v3.h604 # define X509V3_conf_err(val) ERR_add_error_data(6, \
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c601 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c252 ERR_add_error_data(2, "Expecting: ", name); in pem_bytes_read_bio_flags()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1339 ERR_add_error_data;
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2517 ERR_add_error_data(2, " : ", hint); in app_http_tls_cb()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1614 MLINKS+= ERR_put_error.3 ERR_add_error_data.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1001 ERR_add_error_data 1028 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md2105 latter replaces the combination `ERR_put_error()` + `ERR_add_error_data()`.