Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh_api.c343 int r = 0, remote_major, remote_minor, expect_nl; in _ssh_read_banner() local
348 expect_nl = 0; in _ssh_read_banner()
354 expect_nl = 1; in _ssh_read_banner()
359 if (expect_nl) in _ssh_read_banner()
H A Dkex.c1233 int r, expect_nl; in kex_exchange_identification() local
1287 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()
/openbsd/lib/libcrypto/evp/
H A Devp_encode.c254 ctx->expect_nl = 0; in EVP_DecodeInit()
H A Devp_local.h251 int expect_nl; member