Home
last modified time | relevance | path

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

/third_party/openssl/test/testutil/
Dstanza.c86 int test_readstanza(STANZA *s) in test_readstanza() function
/third_party/openssl/test/
Dtestutil.h444 int test_readstanza(STANZA *s);
Devp_test.c2532 if (!test_readstanza(&t->s)) in parse()
Dbntest.c2901 while (!BIO_eof(s->fp) && test_readstanza(s)) { in run_file_tests()