Home
last modified time | relevance | path

Searched refs:aes_ctx_t (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c163 aes_ctx_t *aes_ctx; in soft_aes_encrypt_common()
360 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_aes_encrypt_common()
396 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_aes_encrypt_common()
435 if (((aes_ctx_t *)soft_aes_ctx->aes_cbc)->ac_remainder_len > 0) in soft_aes_encrypt_common()
451 aes_ctx = (aes_ctx_t *)soft_aes_ctx->aes_cbc; in soft_aes_encrypt_common()
501 aes_ctx_t *aes_ctx; in soft_aes_decrypt_common()
702 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_aes_decrypt_common()
717 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_aes_decrypt_common()
786 if (((aes_ctx_t *)soft_aes_ctx->aes_cbc)->ac_remainder_len in soft_aes_decrypt_common()
806 aes_ctx = (aes_ctx_t *)soft_aes_ctx->aes_cbc; in soft_aes_decrypt_common()
H A DsoftEncryptUtil.c701 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_encrypt_final()
888 aes_ctx_t *aes_ctx; in soft_crypt_cleanup()
891 aes_ctx = (aes_ctx_t *)soft_aes_ctx->aes_cbc; in soft_crypt_cleanup()
H A DsoftDecryptUtil.c698 (aes_ctx_t *)soft_aes_ctx->aes_cbc, in soft_decrypt_final()
/titanic_41/usr/src/uts/common/crypto/io/
H A Daes.c115 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
250 aes_check_mech_param(crypto_mechanism_t *mechanism, aes_ctx_t **ctx, int kmflag) in aes_check_mech_param()
360 aes_ctx_t *aes_ctx; in aes_common_init()
410 aes_ctx_t *aes_ctx; in aes_encrypt()
525 aes_ctx_t *aes_ctx; in aes_decrypt()
641 aes_ctx_t *aes_ctx; in aes_encrypt_update()
716 aes_ctx_t *aes_ctx; in aes_decrypt_update()
800 aes_ctx_t *aes_ctx; in aes_encrypt_final()
858 aes_ctx_t *aes_ctx; in aes_decrypt_final()
964 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic()
[all …]
/titanic_41/usr/src/common/crypto/aes/
H A Daes_modes.c80 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks()
115 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/titanic_41/usr/src/common/crypto/modes/
H A Dmodes.h242 } aes_ctx_t; typedef