Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddanetest.c150 static char *read_to_eol(BIO *f) in read_to_eol() function
298 while (ret > 0 && (line = read_to_eol(f)) != NULL) { in test_tlsafile()
333 if ((line = read_to_eol(f)) == NULL || !tlsa_import_rr(ssl, line)) { in test_tlsafile()