Searched refs:ERR_add_error_txt (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_put_error.pod | 9 ERR_add_error_txt, ERR_add_error_mem_bio 21 void ERR_add_error_txt(const char *sep, const char *txt); 53 ERR_add_error_txt() appends the given text string as additional data to the 62 ERR_add_error_mem_bio() is the same as ERR_add_error_txt() except that 164 ERR_add_error_txt(), and ERR_add_error_mem_bio() 177 ERR_raise, ERR_raise_data, ERR_add_error_txt() and ERR_add_error_mem_bio()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_print_log.pod | 74 L<ERR_add_error_txt(3)> with the separator being ":". 77 L<ERR_add_error_txt(3)> with the separator being "\n". 93 L<ERR_add_error_txt(3)>
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() function 161 ERR_add_error_txt(separator, str); in ERR_add_error_mem_bio()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 520 ERR_add_error_txt(NULL, "for msg sender name = "); in check_msg_find_cert() 521 ERR_add_error_txt(NULL, sname); in check_msg_find_cert() 524 ERR_add_error_txt(" and ", "for msg senderKID = "); in check_msg_find_cert() 525 ERR_add_error_txt(NULL, skid_str); in check_msg_find_cert()
|
H A D | cmp_local.h | 740 # define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt) 741 # define ossl_cmp_add_error_line(txt) ERR_add_error_txt("\n", txt)
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 472 void ERR_add_error_txt(const char *sepr, const char *txt);
|
H A D | err.h.in | 461 void ERR_add_error_txt(const char *sepr, const char *txt);
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 180 ERR_add_error_txt(STR_SEP, max_str_literal); in execute_CTX_print_errors_test()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4413 ERR_add_error_txt;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1616 MLINKS+= ERR_put_error.3 ERR_add_error_txt.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4898 ERR_add_error_txt 5026 3_0_0 EXIST::FUNCTION:
|