Searched refs:read_to_eol (Results 1 – 1 of 1) sorted by relevance
150 static char *read_to_eol(BIO *f) in read_to_eol() function298 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()