Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h77 struct common_ctx { struct
88 typedef struct common_ctx common_ctx_t; argument
110 struct common_ctx ccm_common;
157 struct common_ctx gcm_common;
/freebsd/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 & (CCM_MODE|GCM_MODE)) { in crypto_free_mode_ctx()