Lines Matching refs:auth_flavors
34 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable
102 if (auth_flavors[flavor] == NULL) { in rpcauth_register()
103 auth_flavors[flavor] = ops; in rpcauth_register()
120 if (auth_flavors[flavor] == ops) { in rpcauth_unregister()
121 auth_flavors[flavor] = NULL; in rpcauth_unregister()
144 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
148 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
182 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
186 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
220 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()
266 if ((ops = auth_flavors[flavor]) == NULL) in rpcauth_create()
269 ops = auth_flavors[flavor]; in rpcauth_create()