Searched refs:opaque_auth (Results 1 – 6 of 6) sorted by relevance
46 struct opaque_auth { struct57 struct opaque_auth ah_cred; argument58 struct opaque_auth ah_verf;63 int (*ah_validate) (AUTH *, struct opaque_auth *);71 extern struct opaque_auth _null_auth;
58 static bool_t authnone_validate(AUTH *, struct opaque_auth *);63 struct opaque_auth _null_auth;84 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in authnone_create()121 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate()
96 struct opaque_auth ar_verf;150 struct opaque_auth cb_cred;151 struct opaque_auth cb_verf; /* protocol specific - provided by client */
63 bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
314 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in clntudp_call()
27 static bool_t authnone_validate(AUTH *, struct opaque_auth *);41 struct opaque_auth _null_auth;64 extern bool_t xdr_opaque_auth(XDR * xdrs, struct opaque_auth * ap); in authnone_create()65 struct opaque_auth auth; in authnone_create()158 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate()
Completed in 36 milliseconds