crypto_mechanism_info_t
sizeof (crypto_mechanism_info_t) * (count - 1));
sizeof (crypto_mechanism_info_t) * (count - 1));
init_mechanism_info(crypto_mechanism_info_t *mech_info,
crypto_mechanism_info_t **mech_infos, uint_t *num_mech_infos,
crypto_mechanism_info_t *infos;
infos_size = ninfos * sizeof (crypto_mechanism_info_t);
crypto_free_all_mech_info(crypto_mechanism_info_t *mech_infos, uint_t count)
kmem_free(mech_infos, count * sizeof (crypto_mechanism_info_t));
crypto_mechanism_info_t *k_minfos, caddr_t u_minfos)
crypto_mechanism_info_t *mech_infos = NULL;
crypto_mechanism_info_t *mech_infos;
kmem_free(mech_infos, sizeof (crypto_mechanism_info_t) *
crypto_mechanism_info_t **, uint_t *, int);
extern void crypto_free_all_mech_info(crypto_mechanism_info_t *, uint_t);
crypto_mechanism_info_t mi_list[1];