Searched refs:DR_TRIPLE (Results 1 – 3 of 3) sorted by relevance
3712 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_init()3764 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt()3820 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_update()3857 error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_final()3901 DR_ENCRYPT | DR_TRIPLE | DR_ATOMIC); in dca_encrypt_atomic()3946 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_init()3998 DR_DECRYPT | DR_TRIPLE); in dca_decrypt()4055 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_update()4092 error = dca_3desfinal(ctx, plaintext, DR_DECRYPT | DR_TRIPLE); in dca_decrypt_final()4136 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