Searched refs:expect_nl (Results 1 – 4 of 4) sorted by relevance
343 int r = 0, remote_major, remote_minor, expect_nl; in _ssh_read_banner() local348 expect_nl = 0; in _ssh_read_banner()354 expect_nl = 1; in _ssh_read_banner()359 if (expect_nl) in _ssh_read_banner()
1233 int r, expect_nl; in kex_exchange_identification() local1287 expect_nl = 0; in kex_exchange_identification()1320 expect_nl = 1; in kex_exchange_identification()1325 if (c == '\0' || expect_nl) { in kex_exchange_identification()
254 ctx->expect_nl = 0; in EVP_DecodeInit()
251 int expect_nl; member