Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dauth.h60 struct auth_ops { struct
61 void (*ah_nextverf) (AUTH *);
62 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */
63 int (*ah_validate) (AUTH *, struct opaque_auth *);
65 int (*ah_refresh) (AUTH *); /* refresh credentials */
66 void (*ah_destroy) (AUTH *); /* destroy this structure */