Searched refs:stopdir (Results 1 – 3 of 3) sorted by relevance
731 uint32_t stopdir = dir; in stop_stream() local735 crioc.ic_len = sizeof (stopdir); in stop_stream()736 crioc.ic_dp = (char *)&stopdir; in stop_stream()
1300 uint32_t stopdir = dir; in stop_stream() local1304 crioc.ic_len = sizeof (stopdir); in stop_stream()1305 crioc.ic_dp = (char *)&stopdir; in stop_stream()1492 uint32_t stopdir; in encrypt_end() local1494 stopdir = (direction == TELNET_DIR_DECRYPT ? CRYPT_DECRYPT : in encrypt_end()1497 stop_stream(cryptmod_fd, stopdir); in encrypt_end()1521 start_stream(cryptmod_fd, stopdir, 0, NULL); in encrypt_end()
3340 uint32_t *stopdir; in cryptmodwput() local3342 stopdir = (uint32_t *)mp->b_cont->b_rptr; in cryptmodwput()3343 if (!CR_DIRECTION_OK(*stopdir)) { in cryptmodwput()3349 if (*stopdir & CRYPT_ENCRYPT) { in cryptmodwput()3353 if (*stopdir & CRYPT_DECRYPT) { in cryptmodwput()