Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c3661 DR_ENCRYPT); in dca_encrypt_init()
3665 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_init()
3710 error = dca_3des(ctx, plaintext, ciphertext, req, DR_ENCRYPT); in dca_encrypt()
3714 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt()
3763 DR_ENCRYPT); in dca_encrypt_update()
3767 DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_update()
3798 error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT); in dca_encrypt_final()
3801 error = dca_3desfinal(ctx, ciphertext, DR_ENCRYPT | DR_TRIPLE); in dca_encrypt_final()
3840 DR_ENCRYPT | DR_ATOMIC); in dca_encrypt_atomic()
3845 DR_ENCRYPT | DR_TRIPLE | DR_ATOMIC); in dca_encrypt_atomic()
H A Ddca_3des.c575 if (reqp->dr_flags & DR_ENCRYPT) { in dca_3desdone()
788 flags & DR_ENCRYPT ? CTX_3DES_ENCRYPT : CTX_3DES_DECRYPT); in dca_3desctxinit()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h323 #define DR_ENCRYPT 0x040 macro