Lines Matching refs:auth_flavors
33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable
103 if (auth_flavors[flavor] == NULL) { in rpcauth_register()
104 auth_flavors[flavor] = ops; in rpcauth_register()
121 if (auth_flavors[flavor] == ops) { in rpcauth_unregister()
122 auth_flavors[flavor] = NULL; in rpcauth_unregister()
145 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
149 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
183 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
187 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
221 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()
267 if ((ops = auth_flavors[flavor]) == NULL) in rpcauth_create()
270 ops = auth_flavors[flavor]; in rpcauth_create()