Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c51 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
118 aes_check_mech_param(crypto_mechanism_t *mechanism, aes_ctx_t **ctx) in aes_check_mech_param()
176 aes_ctx_t aes_ctx; in aes_encrypt_atomic()
182 memset(&aes_ctx, 0, sizeof (aes_ctx_t)); in aes_encrypt_atomic()
275 aes_ctx_t aes_ctx; in aes_decrypt_atomic()
281 memset(&aes_ctx, 0, sizeof (aes_ctx_t)); in aes_decrypt_atomic()
422 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context()
441 aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template, in aes_common_init_ctx()
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_modes.c75 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks()
100 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h196 } aes_ctx_t; typedef