Home
last modified time | relevance | path

Searched refs:svc_auth_register (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvcauth.c141 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() function
153 EXPORT_SYMBOL_GPL(svc_auth_register);
/openbmc/linux/include/linux/sunrpc/
H A Dsvcauth.h153 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c2121 return svc_auth_register(RPC_AUTH_GSS, &svcauthops_gss); in gss_svc_init()