Searched refs:CRYPT_ENCRYPT (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | cryptmod.h | 87 #define CRYPT_ENCRYPT 0x01 macro 90 #define CR_DIRECTION_OK(d) ((d) & (CRYPT_ENCRYPT | CRYPT_DECRYPT))
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 1228 stop_stream(f, CRYPT_ENCRYPT|CRYPT_DECRYPT); in doit() 1256 CRYPT_ENCRYPT|CRYPT_DECRYPT, in doit() 1265 CRYPT_ENCRYPT|CRYPT_DECRYPT, in doit() 1303 if (configure_stream(f, session_key, CRYPT_ENCRYPT, in doit() 1316 start_stream(f, CRYPT_ENCRYPT); in doit()
|
H A D | in.telnetd.c | 1326 crioc.ic_cmd = (dir == CRYPT_ENCRYPT ? CRYPTIOCSTARTENC : in start_stream() 1394 cki.direction_mask = CRYPT_ENCRYPT; in encrypt_start_output() 1434 stop_stream(cryptmod_fd, CRYPT_ENCRYPT); in encrypt_start_output() 1453 start_stream(cryptmod_fd, CRYPT_ENCRYPT, 0, NULL); in encrypt_start_output() 1495 CRYPT_ENCRYPT); in encrypt_end() 1504 CRYPT_ENCRYPT); in encrypt_end()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cryptmod.c | 461 CRYPT_ENCRYPT); in des_cfb_encrypt() 574 CRYPT_ENCRYPT); in des_cfb_decrypt() 848 blocklen, CRYPT_ENCRYPT); in derive_key() 1163 if (mode == CRYPT_ENCRYPT) in kef_crypt() 1170 (mode == CRYPT_ENCRYPT ? "crypto_encrypt" : in kef_crypt() 2336 CRYPT_ENCRYPT); in des_cbc_encrypt() 3217 if (dir == CRYPT_ENCRYPT) { in start_stream() 3299 if (ci->direction_mask & CRYPT_ENCRYPT) { in cryptmodwput() 3349 if (*stopdir & CRYPT_ENCRYPT) { in cryptmodwput() 3375 start_stream(wq, mp, CRYPT_ENCRYPT); in cryptmodwput()
|