Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c347 aes_ctx_t *aes_ctx; in aes_common_init()
397 aes_ctx_t *aes_ctx; in aes_encrypt()
512 aes_ctx_t *aes_ctx; in aes_decrypt()
628 aes_ctx_t *aes_ctx; in aes_encrypt_update()
698 aes_ctx_t *aes_ctx; in aes_decrypt_update()
777 aes_ctx_t *aes_ctx; in aes_encrypt_final()
834 aes_ctx_t *aes_ctx; in aes_decrypt_final()
939 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic()
965 bzero(&aes_ctx, sizeof (aes_ctx_t)); in aes_encrypt_atomic()
1075 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic()
[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()
108 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h260 } aes_ctx_t; typedef