Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c176 aes_ctx_t aes_ctx; in aes_encrypt_atomic() local
275 aes_ctx_t aes_ctx; in aes_decrypt_atomic() local
422 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local
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() local
100 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h191 typedef struct aes_ctx { struct
196 } aes_ctx_t; argument
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c635 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()