CRYPT_ENCRYPT
stop_stream(f, CRYPT_ENCRYPT|CRYPT_DECRYPT);
CRYPT_ENCRYPT|CRYPT_DECRYPT,
CRYPT_ENCRYPT|CRYPT_DECRYPT,
if (configure_stream(f, session_key, CRYPT_ENCRYPT,
start_stream(f, CRYPT_ENCRYPT);
crioc.ic_cmd = (dir == CRYPT_ENCRYPT ? CRYPTIOCSTARTENC :
cki.direction_mask = CRYPT_ENCRYPT;
stop_stream(cryptmod_fd, CRYPT_ENCRYPT);
start_stream(cryptmod_fd, CRYPT_ENCRYPT, 0, NULL);
CRYPT_ENCRYPT);
CRYPT_ENCRYPT);
if (mode == CRYPT_ENCRYPT)
(mode == CRYPT_ENCRYPT ? "crypto_encrypt" :
CRYPT_ENCRYPT);
if (dir == CRYPT_ENCRYPT) {
if (ci->direction_mask & CRYPT_ENCRYPT) {
if (*stopdir & CRYPT_ENCRYPT) {
start_stream(wq, mp, CRYPT_ENCRYPT);
CRYPT_ENCRYPT);
CRYPT_ENCRYPT);
blocklen, CRYPT_ENCRYPT);
#define CR_DIRECTION_OK(d) ((d) & (CRYPT_ENCRYPT | CRYPT_DECRYPT))