Home
last modified time | relevance | path

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

/src/crypto/openssl/test/testutil/
H A Dstanza.c85 int test_readstanza(STANZA *s) in test_readstanza() function
/src/crypto/openssl/test/
H A Dparams_conversion_test.c335 if (!test_readstanza(s)) { in run_param_file_tests()
H A Dtestutil.h610 int test_readstanza(STANZA *s);
H A Dbntest.c3313 while (!BIO_eof(s->fp) && test_readstanza(s)) { in run_file_tests()
H A Devp_test.c5128 if (!test_readstanza(&t->s)) in parse()