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,
524 ret = crypto_update_mp(ctx->cc_provider_private,
652 ret = crypto_update_mp((void *)&blowfish_ctx,
739 ret = crypto_update_mp(&blowfish_ctx,
H A Daes.c677 ret = crypto_update_mp(ctx->cc_provider_private,
761 ret = crypto_update_mp(ctx->cc_provider_private,
1035 ret = crypto_update_mp(&aes_ctx, plaintext, ciphertext,
1170 ret = crypto_update_mp(&aes_ctx, ciphertext, plaintext,
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c653 ret = crypto_update_mp(ctx->cc_provider_private,
715 ret = crypto_update_mp(ctx->cc_provider_private,
860 ret = crypto_update_mp(&des_ctx, plaintext, ciphertext,
963 ret = crypto_update_mp(&des_ctx, ciphertext, plaintext,
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c484 crypto_update_mp(void *ctx, crypto_data_t *input, crypto_data_t *output, 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 *,

Completed in 64 milliseconds