Home
last modified time | relevance | path

Searched refs:DR_TRIPLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c3665 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_init()
3714 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt()
3767 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_update()
3801 error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_final()
3845 DR_ENCRYPT | DR_TRIPLE | DR_ATOMIC); in dca_encrypt_atomic()
3887 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_init()
3936 DR_DECRYPT | DR_TRIPLE); in dca_decrypt()
3990 DR_DECRYPT | DR_TRIPLE); in dca_decrypt_update()
4024 error = dca_3desfinal(ctx, plaintext, DR_DECRYPT | DR_TRIPLE); in dca_decrypt_final()
4068 DR_DECRYPT | DR_TRIPLE | DR_ATOMIC); in dca_decrypt_atomic()
H A Ddca_3des.c723 if (flags & DR_TRIPLE) { in dca_3desctxinit()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h325 #define DR_TRIPLE 0x100 /* triple DES vs. single DES */ macro