Home
last modified time | relevance | path

Searched refs:common_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c127 common_ctx_t *common_ctx = (common_ctx_t *)ctx; in crypto_free_mode_ctx() local
129 switch (common_ctx->cc_flags & in crypto_free_mode_ctx()
132 kmem_free(common_ctx, sizeof (ecb_ctx_t)); in crypto_free_mode_ctx()
136 kmem_free(common_ctx, sizeof (cbc_ctx_t)); in crypto_free_mode_ctx()
140 kmem_free(common_ctx, sizeof (ctr_ctx_t)); in crypto_free_mode_ctx()
/freebsd-14.2/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h81 struct common_ctx { struct
92 typedef struct common_ctx common_ctx_t; argument
95 struct common_ctx ecb_common;
109 struct common_ctx cbc_common;
127 struct common_ctx ctr_common;
165 struct common_ctx ccm_common;
212 struct common_ctx gcm_common;