Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c471 static int retry_read(int fd, void *buf0, unsigned nbyte) in retry_read() function
636 if (retry_read(s, &count, sizeof(count)) < (int) sizeof(count)) { in saslauthd_verify_password()
649 if (retry_read(s, response, count) < count) { in saslauthd_verify_password()