Searched defs:auth_ops (Results 1 – 12 of 12) sorted by relevance
96 struct auth_ops { struct97 void (*ah_nextverf) (AUTH *);98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */99 int (*ah_validate) (AUTH *, struct opaque_auth *);101 int (*ah_refresh) (AUTH *); /* refresh credentials */102 void (*ah_destroy) (AUTH *); /* destroy this structure */
44 static struct stm32mp_auth_ops auth_ops; variable
38384 struct auth_ops { struct38385 char *name;38386 struct module *owner;38387 int flavour;38388 int (*accept)(struct svc_rqst *);38389 int (*release)(struct svc_rqst *);38390 void (*domain_release)(struct auth_domain *);38391 int (*set_client)(struct svc_rqst *);
111032 struct auth_ops { struct111033 char *name;111034 struct module *owner;111035 int flavour;111059 struct auth_ops *rq_authop; argument
56637 struct auth_ops { struct56638 char *name;56639 struct module *owner;56640 int flavour;56664 struct auth_ops *rq_authop; argument
90913 struct auth_ops { struct90914 char *name;90915 struct module *owner;90916 int flavour;90940 struct auth_ops *rq_authop; argument
38534 struct auth_ops { struct38535 char *name;38536 struct module *owner;38537 int flavour;38561 struct auth_ops *rq_authop; argument