Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/icp/io/
HDaes.c76 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
175 aes_check_mech_param(crypto_mechanism_t *mechanism, aes_ctx_t **ctx) in aes_check_mech_param()
266 aes_ctx_t *aes_ctx; in aes_common_init()
307 aes_ctx_t *aes_ctx; in aes_encrypt()
422 aes_ctx_t *aes_ctx; in aes_decrypt()
537 aes_ctx_t *aes_ctx; in aes_encrypt_update()
605 aes_ctx_t *aes_ctx; in aes_decrypt_update()
677 aes_ctx_t *aes_ctx; in aes_encrypt_final()
732 aes_ctx_t *aes_ctx; in aes_decrypt_final()
835 aes_ctx_t aes_ctx; in aes_encrypt_atomic()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/module/icp/algs/aes/
HDaes_modes.c75 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks()
108 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/freebsd-14-stable/sys/contrib/openzfs/module/icp/include/modes/
HDmodes.h257 } aes_ctx_t; typedef