Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c86 int test_readstanza(STANZA *s) in test_readstanza() function
/freebsd/crypto/openssl/test/
H A Dparams_conversion_test.c335 if (!test_readstanza(s)) { in run_param_file_tests()
H A Dtestutil.h613 int test_readstanza(STANZA *s);
H A Dbntest.c3324 while (!BIO_eof(s->fp) && test_readstanza(s)) { in run_file_tests()
H A Devp_test.c5129 if (!test_readstanza(&t->s)) in parse()