Searched refs:mech_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c50 struct mech_info { struct
51 SLIST_ENTRY(mech_info) link;
58 SLIST_HEAD(mech_info_list, mech_info);
185 struct mech_info *info;
211 info = malloc(sizeof(struct mech_info));
242 struct mech_info *minfo;
300 struct mech_info *info;
316 struct mech_info *info;
376 struct mech_info *info;
411 struct mech_info *inf
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c280 * in the registering provider's mech_info struct for this mechanism.
379 crypto_mech_info_t *mech_info; local
390 mech_info = &prov_desc->pd_mechanisms[mech_indx];
397 kcf_mech_type = kcf_mech_hash_find(mech_info->cm_mech_name);
399 crypto_func_group_t fg = mech_info->cm_func_group_mask;
430 mech_info->cm_mech_name)) != KCF_SUCCESS) {
434 kcf_mech_type = kcf_mech_hash_find(mech_info->cm_mech_name);
443 bcopy(mech_info, &prov_mech->pm_mech_info, sizeof (crypto_mech_info_t));
451 dual_fg_mask = mech_info->cm_func_group_mask & CRYPTO_FG_DUAL_MASK;
456 simple_fg_mask = (mech_info
[all...]
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c122 struct mech_info *info;

Completed in 113 milliseconds