Searched refs:do_encrypt (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 106 static int do_encrypt = 0; variable 807 if (require_encrypt && (!do_encrypt)) { in doit() 889 if (port || do_encrypt) { in doit() 895 if (do_encrypt) { in doit() 922 if (do_encrypt) { in doit() 932 if (do_encrypt) { in doit() 945 if (do_encrypt && in doit() 983 if (do_encrypt && FD_ISSET(pw[0], &ready)) { in doit() 996 if (do_encrypt && FD_ISSET(f, &ready)) { in doit() 1025 (do_encrypt && FD_ISSET(f, &readfrom)) || in doit() [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/ |
H A D | test_encrypt.c | 35 do_encrypt(uint8_t *outbuf, size_t *outlen, in do_encrypt() function 93 rc = do_encrypt(outbuf, &outlen, in test_encrypt()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 76 static mblk_t *do_encrypt(queue_t *q, mblk_t *mp); 2584 do_encrypt(queue_t *q, mblk_t *mp) in do_encrypt() function 3071 newmp = do_encrypt(q, cbp); in encrypt_block()
|