Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c347 aes_ctx_t *aes_ctx; in aes_common_init() local
397 aes_ctx_t *aes_ctx; in aes_encrypt() local
512 aes_ctx_t *aes_ctx; in aes_decrypt() local
628 aes_ctx_t *aes_ctx; in aes_encrypt_update() local
698 aes_ctx_t *aes_ctx; in aes_decrypt_update() local
777 aes_ctx_t *aes_ctx; in aes_encrypt_final() local
834 aes_ctx_t *aes_ctx; in aes_decrypt_final() local
939 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local
1075 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local
1281 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_modes.c75 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks() local
108 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h252 typedef struct aes_ctx { struct
260 } aes_ctx_t; argument
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c639 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()