Searched refs:ossl_cmp_add_error_data (Results 1 – 3 of 3) sorted by relevance
17 ossl_cmp_add_error_data,42 #define ossl_cmp_add_error_data(txt)73 ossl_cmp_add_error_data() is a macro calling85 ossl_cmp_add_error_data() and
166 ossl_cmp_add_error_data("data1"); /* should prepend separator ":" */ in execute_CTX_print_errors_test()168 ossl_cmp_add_error_data("data2"); /* should prepend separator " : " */ in execute_CTX_print_errors_test()
740 # define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt) macro