Searched refs:aes_decrypt_contiguous_blocks (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.h146 extern int aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length,
H A Daes_modes.c112 aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c701 rc = aes_decrypt_contiguous_blocks(
716 rc = aes_decrypt_contiguous_blocks(
771 rc = aes_decrypt_contiguous_blocks(soft_aes_ctx->aes_cbc,
H A DsoftDecryptUtil.c697 rc = aes_decrypt_contiguous_blocks(
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c752 ciphertext, plaintext, aes_decrypt_contiguous_blocks,
757 ciphertext, plaintext, aes_decrypt_contiguous_blocks,
762 ciphertext, plaintext, aes_decrypt_contiguous_blocks,
1163 aes_decrypt_contiguous_blocks, aes_copy_block64);
1167 aes_decrypt_contiguous_blocks, aes_copy_block64);
1171 aes_decrypt_contiguous_blocks, aes_copy_block64);

Completed in 75 milliseconds