Home
last modified time | relevance | path

Searched refs:ossl_cmp_add_error_data (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod17 ossl_cmp_add_error_data,
42 #define ossl_cmp_add_error_data(txt)
73 ossl_cmp_add_error_data() is a macro calling
85 ossl_cmp_add_error_data() and
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c166 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()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h740 # define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt) macro