Home
last modified time | relevance | path

Searched refs:crypto_update_iov (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c451 ret = crypto_update_iov(ctx->cc_provider_private, in blowfish_encrypt_update()
514 ret = crypto_update_iov(ctx->cc_provider_private, in blowfish_decrypt_update()
642 ret = crypto_update_iov(&blowfish_ctx, in blowfish_encrypt_atomic()
729 ret = crypto_update_iov(&blowfish_ctx, in blowfish_decrypt_atomic()
H A Daes.c692 ret = crypto_update_iov(ctx->cc_provider_private, in aes_encrypt_update()
774 ret = crypto_update_iov(ctx->cc_provider_private, in aes_decrypt_update()
1035 ret = crypto_update_iov(&aes_ctx, plaintext, ciphertext, in aes_encrypt_atomic()
1189 ret = crypto_update_iov(&aes_ctx, ciphertext, plaintext, in aes_decrypt_atomic()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c643 ret = crypto_update_iov(ctx->cc_provider_private, in des_encrypt_update()
705 ret = crypto_update_iov(ctx->cc_provider_private, in des_decrypt_update()
852 ret = crypto_update_iov(&des_ctx, plaintext, ciphertext, in des_encrypt_atomic()
955 ret = crypto_update_iov(&des_ctx, ciphertext, plaintext, in des_decrypt_atomic()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c199 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_iov() function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1357 extern int crypto_update_iov(void *, crypto_data_t *, crypto_data_t *,