Home
last modified time | relevance | path

Searched refs:aes_decrypt_contiguous_blocks (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap35 aes_decrypt_contiguous_blocks;
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c701 rc = aes_decrypt_contiguous_blocks( in soft_aes_decrypt_common()
716 rc = aes_decrypt_contiguous_blocks( in soft_aes_decrypt_common()
771 rc = aes_decrypt_contiguous_blocks(soft_aes_ctx->aes_cbc, in soft_aes_decrypt_common()
H A DsoftDecryptUtil.c697 rc = aes_decrypt_contiguous_blocks( in soft_decrypt_final()
/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c684 rc = aes_decrypt_contiguous_blocks( in fips_aes_decrypt()
711 rc = aes_decrypt_contiguous_blocks(soft_aes_ctx->aes_cbc, in fips_aes_decrypt()
754 rc = aes_decrypt_contiguous_blocks(aes_ctx, in fips_aes_decrypt()
794 rc = aes_decrypt_contiguous_blocks(aes_ctx, in fips_aes_decrypt()
834 rc = aes_decrypt_contiguous_blocks(aes_ctx, in fips_aes_decrypt()
/onnv-gate/usr/src/uts/common/crypto/io/
H A Daes.c787 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update()
792 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update()
797 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update()
1208 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic()
1212 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic()
1216 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic()
/onnv-gate/usr/src/common/crypto/aes/
H A Daes_modes.c112 aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, in aes_decrypt_contiguous_blocks() function
H A Daes_impl.h146 extern int aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length,
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAESCrypt.c653 rc = aes_decrypt_contiguous_blocks( in kms_aes_decrypt_common()
668 rc = aes_decrypt_contiguous_blocks( in kms_aes_decrypt_common()
974 rc = aes_decrypt_contiguous_blocks( in kms_aes_decrypt_final()
/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers48 aes_decrypt_contiguous_blocks;