Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcryptmod.h85 #define CRYPT_ENCRYPT 0x01 macro
88 #define CR_DIRECTION_OK(d) ((d) & (CRYPT_ENCRYPT | CRYPT_DECRYPT))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1228 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 Din.telnetd.c1326 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()
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c464 CRYPT_ENCRYPT); in des_cfb_encrypt()
577 CRYPT_ENCRYPT); in des_cfb_decrypt()
851 blocklen, CRYPT_ENCRYPT); in derive_key()
1166 if (mode == CRYPT_ENCRYPT) in kef_crypt()
1173 (mode == CRYPT_ENCRYPT ? "crypto_encrypt" : in kef_crypt()
2339 CRYPT_ENCRYPT); in des_cbc_encrypt()
3220 if (dir == CRYPT_ENCRYPT) { in start_stream()
3302 if (ci->direction_mask & CRYPT_ENCRYPT) { in cryptmodwput()
3352 if (*stopdir & CRYPT_ENCRYPT) { in cryptmodwput()
3378 start_stream(wq, mp, CRYPT_ENCRYPT); in cryptmodwput()