Home
last modified time | relevance | path

Searched refs:auth_ops (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dauth_none.c64 static struct auth_ops *authnone_ops(void);
152 static struct auth_ops *
155 static struct auth_ops ops; in authnone_ops()
H A Dauth_unix.c68 static struct auth_ops *authunix_ops(void);
341 static struct auth_ops *
344 static struct auth_ops ops; in authunix_ops()
H A Dauth_des.c83 static struct auth_ops *authdes_ops(void);
477 static struct auth_ops *
480 static struct auth_ops ops; in authdes_ops()
/dragonfly/include/rpc/
H A Dauth.h179 struct auth_ops { struct