Home | History | Annotate | Download | only in sunrpc

Lines Matching refs:rpc_auth

66 struct rpc_auth {
99 struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t);
100 void (*destroy)(struct rpc_auth *);
102 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
103 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
108 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
129 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
130 void rpcauth_destroy(struct rpc_auth *);
131 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
132 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
144 int rpcauth_init_credcache(struct rpc_auth *, unsigned long);
145 void rpcauth_free_credcache(struct rpc_auth *);