Searched defs:aes_ctx (Results 1 – 4 of 4) sorted by relevance
347 aes_ctx_t *aes_ctx; in aes_common_init() local397 aes_ctx_t *aes_ctx; in aes_encrypt() local512 aes_ctx_t *aes_ctx; in aes_decrypt() local628 aes_ctx_t *aes_ctx; in aes_encrypt_update() local698 aes_ctx_t *aes_ctx; in aes_decrypt_update() local777 aes_ctx_t *aes_ctx; in aes_encrypt_final() local834 aes_ctx_t *aes_ctx; in aes_decrypt_final() local939 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local1075 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local1281 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local[all …]
75 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks() local108 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
252 typedef struct aes_ctx { struct260 } aes_ctx_t; argument
639 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()