Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dauth.h155 int rpcauth_register(const struct rpc_authops *);
/openbmc/linux/net/sunrpc/
H A Dauth.c106 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register() function
118 EXPORT_SYMBOL_GPL(rpcauth_register);
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2257 err = rpcauth_register(&authgss_ops); in init_rpcsec_gss()