Searched refs:list_pseudoflavors (Results 1 – 3 of 3) sorted by relevance
120 int (*list_pseudoflavors)(rpc_authflavor_t *, int); member
232 if (ops->list_pseudoflavors == NULL) { in rpcauth_list_flavors()236 len = ops->list_pseudoflavors(pseudos, ARRAY_SIZE(pseudos)); in rpcauth_list_flavors()
1983 .list_pseudoflavors = gss_mech_list_pseudoflavors,