Searched refs:dca_3desfinal (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 841 int dca_3desfinal(crypto_ctx_t *, crypto_data_t *, int);
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_3des.c | 288 dca_3desfinal(crypto_ctx_t *ctx, crypto_data_t *out, int mode) in dca_3desfinal() function
|
H A D | dca.c | 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() 4021 error = dca_3desfinal(ctx, plaintext, DR_DECRYPT); in dca_decrypt_final() 4024 error = dca_3desfinal(ctx, plaintext, DR_DECRYPT | DR_TRIPLE); in dca_decrypt_final()
|