Searched refs:common_ctx (Results 1 – 2 of 2) sorted by relevance
127 common_ctx_t *common_ctx = (common_ctx_t *)ctx; in crypto_free_mode_ctx() local129 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()
81 struct common_ctx { struct92 typedef struct common_ctx common_ctx_t; argument95 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;