Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Daes.c360 aes_ctx_t *aes_ctx; in aes_common_init() local
410 aes_ctx_t *aes_ctx; in aes_encrypt() local
525 aes_ctx_t *aes_ctx; in aes_decrypt() local
641 aes_ctx_t *aes_ctx; in aes_encrypt_update() local
716 aes_ctx_t *aes_ctx; in aes_decrypt_update() local
800 aes_ctx_t *aes_ctx; in aes_encrypt_final() local
858 aes_ctx_t *aes_ctx; in aes_decrypt_final() local
964 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local
1094 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local
1296 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local
[all …]
/titanic_50/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
/titanic_50/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
/titanic_50/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()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c35 AES_KEY aes_ctx; member