Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c125 common_ctx_t *common_ctx = (common_ctx_t *)ctx; in crypto_free_mode_ctx() local
127 switch (common_ctx->cc_flags & in crypto_free_mode_ctx()
130 kmem_free(common_ctx, sizeof (ecb_ctx_t)); in crypto_free_mode_ctx()
134 kmem_free(common_ctx, sizeof (cbc_ctx_t)); in crypto_free_mode_ctx()
138 kmem_free(common_ctx, sizeof (ctr_ctx_t)); in crypto_free_mode_ctx()
/f-stack/freebsd/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;
216 struct common_ctx gcm_common;
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c145 common_ctx_t *common_ctx = ctx; in crypto_update_iov() local
151 &common_ctx->cc_iv[0]); in crypto_update_iov()
168 common_ctx_t *common_ctx = ctx; in crypto_update_uio() local
178 &common_ctx->cc_iv[0]); in crypto_update_uio()