Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_test.c46 const char *err, *aux_err; /* Error string for test */ member
1507 static char aux_err[64]; in cipher_test_run() local
1509 t->aux_err = aux_err; in cipher_test_run()
1523 BIO_snprintf(aux_err, sizeof(aux_err), in cipher_test_run()
1528 BIO_snprintf(aux_err, sizeof(aux_err), in cipher_test_run()
1551 t->aux_err = NULL; in cipher_test_run()
4916 if (t->aux_err != NULL) { in check_test_error()
4918 t->s.test_file, t->s.start, t->aux_err, t->err); in check_test_error()