Home
last modified time | relevance | path

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

12

/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.c812 void ERR_add_error_data(int num, ...) in ERR_add_error_data() function
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c234 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 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.c68 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 De_capi.c683 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 De_afalg.c380 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 De_loader_attic.c1006 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 Dc_zstd.c611 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 Dc_brotli.c540ERR_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 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.c494 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 Ddso_dlfcn.c435 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.c736 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.in375 # define X509V3_conf_err(val) ERR_add_error_data(6, \
H A Dx509v3.h615 # define X509V3_conf_err(val) ERR_add_error_data(6, \
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c592 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c259 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/secure/lib/libcrypto/man/man3/
H A DMakefile1683 MLINKS+= ERR_put_error.3 ERR_add_error_data.3

12