Searched refs:DR_TRIPLE (Results 1 – 3 of 3) sorted by relevance
3656 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_init()3705 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt()3758 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_update()3792 error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_final()3836 DR_ENCRYPT | DR_TRIPLE | DR_ATOMIC); in dca_encrypt_atomic()3878 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_init()3927 DR_DECRYPT | DR_TRIPLE); in dca_decrypt()3981 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_update()4015 error = dca_3desfinal(ctx, plaintext, DR_DECRYPT | DR_TRIPLE); in dca_decrypt_final()4059 DR_DECRYPT | DR_TRIPLE | DR_ATOMIC); in dca_decrypt_atomic()
723 if (flags & DR_TRIPLE) { in dca_3desctxinit()
325 #define DR_TRIPLE 0x100 /* triple DES vs. single DES */ macro