Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c752 start_stream(int fd, int dir) in start_stream() function
1316 start_stream(f, CRYPT_ENCRYPT); in doit()
1317 start_stream(f, CRYPT_DECRYPT); in doit()
H A Din.telnetd.c1322 start_stream(int fd, int dir, int datalen, char *data) in start_stream() function
1453 start_stream(cryptmod_fd, CRYPT_ENCRYPT, 0, NULL); in encrypt_start_output()
1521 start_stream(cryptmod_fd, stopdir, 0, NULL); in encrypt_end()
1683 start_stream(cryptmod_fd, CRYPT_DECRYPT, bytes, dataptr); in encrypt_start()
/titanic_50/usr/src/uts/common/io/
H A Dcryptmod.c3212 start_stream(queue_t *wq, mblk_t *mp, uchar_t dir) in start_stream() function
3367 start_stream(wq, mp, CRYPT_DECRYPT); in cryptmodwput()
3375 start_stream(wq, mp, CRYPT_ENCRYPT); in cryptmodwput()