Searched defs:aes_ctx (Results 1 – 7 of 7) sorted by relevance
360 aes_ctx_t *aes_ctx; in aes_common_init() local410 aes_ctx_t *aes_ctx; in aes_encrypt() local525 aes_ctx_t *aes_ctx; in aes_decrypt() local641 aes_ctx_t *aes_ctx; in aes_encrypt_update() local716 aes_ctx_t *aes_ctx; in aes_decrypt_update() local800 aes_ctx_t *aes_ctx; in aes_encrypt_final() local858 aes_ctx_t *aes_ctx; in aes_decrypt_final() local964 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local1094 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local1296 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local[all …]
80 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks() local115 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
163 aes_ctx_t *aes_ctx; in soft_aes_encrypt_common() local501 aes_ctx_t *aes_ctx; in soft_aes_decrypt_common() local
888 aes_ctx_t *aes_ctx; in soft_crypt_cleanup() local
232 typedef struct aes_ctx { struct242 } aes_ctx_t; argument
646 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()
35 AES_KEY aes_ctx; member