Searched defs:cryptmod_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c227 static int cryptmod_fd = -1; variable
1434 stop_stream(cryptmod_fd, CRYPT_ENCRYPT);
1441 if (ioctl(cryptmod_fd, I_STR, &crioc)) {
1453 start_stream(cryptmod_fd, CRYPT_ENCRYPT, 0, NULL);
1497 stop_stream(cryptmod_fd, stopdir);
1517 if (ioctl(cryptmod_fd, I_STR, &crioc)) {
1521 start_stream(cryptmod_fd, stopdir, 0, NULL);
1632 stop_stream(cryptmod_fd, CRYPT_DECRYPT);
1639 if (ioctl(cryptmod_fd, I_STR, &crioc)) {
1655 if (ioctl(cryptmod_fd, I_NREA
[all...]

Completed in 51 milliseconds