Searched defs:gss_api_mech (Results 1 – 1 of 1) sorted by relevance
95 struct gss_api_mech { struct96 struct list_head gm_list;97 struct module *gm_owner;98 struct rpcsec_gss_oid gm_oid;99 char *gm_name;100 const struct gss_api_ops *gm_ops;102 int gm_pf_num;103 struct pf_desc * gm_pfs;105 const char *gm_upcall_enctypes;
Completed in 4 milliseconds