DR_ENCRYPT
DR_ENCRYPT);
DR_ENCRYPT | DR_TRIPLE);
error = dca_3des(ctx, plaintext, ciphertext, req, DR_ENCRYPT);
DR_ENCRYPT | DR_TRIPLE);
DR_ENCRYPT);
DR_ENCRYPT | DR_TRIPLE);
error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT);
error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT | DR_TRIPLE);
DR_ENCRYPT | DR_ATOMIC);
DR_ENCRYPT | DR_TRIPLE | DR_ATOMIC);
if (reqp->dr_flags & DR_ENCRYPT) {
flags & DR_ENCRYPT ? CTX_3DES_ENCRYPT : CTX_3DES_DECRYPT);