Searched refs:num_mech_infos (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 643 crypto_mechanism_info_t **mech_infos, uint_t *num_mech_infos, in crypto_get_all_mech_info() argument 699 *num_mech_infos = ninfos; in crypto_get_all_mech_info()
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 1089 uint_t num_mech_infos = 0; in get_all_mechanism_info() local 1113 rv = crypto_get_all_mech_info(mech_type, &mech_infos, &num_mech_infos, in get_all_mechanism_info() 1123 STRUCT_FSET(get_all_mech, mi_count, num_mech_infos); in get_all_mechanism_info() 1126 if (num_mech_infos > req_count) { in get_all_mechanism_info() 1144 if (req_count == 0 || num_mech_infos == 0 || rv != CRYPTO_SUCCESS || in get_all_mechanism_info() 1153 u_minfos = kmem_alloc(num_mech_infos * STRUCT_SIZE(mi), KM_SLEEP); in get_all_mechanism_info() 1154 error = copyout_mechinfos(mode, arg + offset, num_mech_infos, in get_all_mechanism_info() 1156 kmem_free(u_minfos, num_mech_infos * STRUCT_SIZE(mi)); in get_all_mechanism_info() 1159 crypto_free_all_mech_info(mech_infos, num_mech_infos); in get_all_mechanism_info()
|