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.c52 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
119 aes_check_mech_param(crypto_mechanism_t *mechanism, aes_ctx_t **ctx) in aes_check_mech_param()
177 aes_ctx_t aes_ctx; in aes_encrypt_atomic()
183 memset(&aes_ctx, 0, sizeof (aes_ctx_t)); in aes_encrypt_atomic()
276 aes_ctx_t aes_ctx; in aes_decrypt_atomic()
282 memset(&aes_ctx, 0, sizeof (aes_ctx_t)); in aes_decrypt_atomic()
423 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context()
442 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.c76 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks()
101 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h206 } aes_ctx_t; typedef