Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c461 ret = crypto_update_mp(ctx->cc_provider_private, in blowfish_encrypt_update()
524 ret = crypto_update_mp(ctx->cc_provider_private, in blowfish_decrypt_update()
652 ret = crypto_update_mp((void *)&blowfish_ctx, in blowfish_encrypt_atomic()
739 ret = crypto_update_mp(&blowfish_ctx, in blowfish_decrypt_atomic()
H A Daes.c702 ret = crypto_update_mp(ctx->cc_provider_private, in aes_encrypt_update()
784 ret = crypto_update_mp(ctx->cc_provider_private, in aes_decrypt_update()
1043 ret = crypto_update_mp(&aes_ctx, plaintext, ciphertext, in aes_encrypt_atomic()
1197 ret = crypto_update_mp(&aes_ctx, ciphertext, plaintext, in aes_decrypt_atomic()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c653 ret = crypto_update_mp(ctx->cc_provider_private, in des_encrypt_update()
715 ret = crypto_update_mp(ctx->cc_provider_private, in des_decrypt_update()
860 ret = crypto_update_mp(&des_ctx, plaintext, ciphertext, in des_encrypt_atomic()
963 ret = crypto_update_mp(&des_ctx, ciphertext, plaintext, in des_decrypt_atomic()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c286 crypto_update_mp(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_mp() function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1363 extern int crypto_update_mp(void *, crypto_data_t *, crypto_data_t *,