Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h78 struct common_ctx { struct
89 typedef struct common_ctx common_ctx_t; argument
111 struct common_ctx ccm_common;
167 struct common_ctx gcm_common;
/src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c128 common_ctx_t *common_ctx = (common_ctx_t *)ctx; in crypto_free_mode_ctx() local
130 switch (common_ctx->cc_flags & (CCM_MODE|GCM_MODE)) { in crypto_free_mode_ctx()