Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c291 common_ctx_t *aes_ctx; in fips_aes_free_context() local
315 common_ctx_t *aes_ctx; in fips_aes_free_context() local
473 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_encrypt() local
520 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_encrypt() local
575 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_encrypt() local
743 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_decrypt() local
784 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_decrypt() local
824 aes_ctx_t *aes_ctx = soft_aes_ctx->aes_cbc; in fips_aes_decrypt() local
/onnv-gate/usr/src/uts/common/crypto/io/
H A Daes.c385 aes_ctx_t *aes_ctx; in aes_common_init() local
439 aes_ctx_t *aes_ctx; in aes_encrypt() local
558 aes_ctx_t *aes_ctx; in aes_decrypt() local
676 aes_ctx_t *aes_ctx; in aes_encrypt_update() local
751 aes_ctx_t *aes_ctx; in aes_decrypt_update() local
838 aes_ctx_t *aes_ctx; in aes_encrypt_final() local
901 aes_ctx_t *aes_ctx; in aes_decrypt_final() local
1009 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local
1139 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local
1349 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local
[all …]
/onnv-gate/usr/src/common/crypto/aes/
H A Daes_modes.c80 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks() local
115 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAESCrypt.c203 aes_ctx_t *aes_ctx; in kms_aes_encrypt_common() local
485 aes_ctx_t *aes_ctx; in kms_aes_decrypt_common() local
750 aes_ctx_t *aes_ctx; in aes_cbc_ctx_init() local
801 kms_aes_ctx_t *aes_ctx; in kms_aes_encrypt_final() local
863 kms_aes_ctx_t *aes_ctx; in kms_aes_encrypt_final() local
H A DkmsEncrypt.c90 aes_ctx_t *aes_ctx; in kms_crypt_cleanup() local
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c163 aes_ctx_t *aes_ctx; in soft_aes_encrypt_common() local
501 aes_ctx_t *aes_ctx; in soft_aes_decrypt_common() local
H A DsoftEncryptUtil.c888 aes_ctx_t *aes_ctx; in soft_crypt_cleanup() local
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c35 AES_KEY aes_ctx; member
/onnv-gate/usr/src/common/crypto/modes/
H A Dmodes.h232 typedef struct aes_ctx { struct
242 } aes_ctx_t; argument
H A Dccm.c646 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()