ReactOS 0.4.15-dev-8002-gbbb3b00
__auth::auth_ops Struct Reference

#include <auth.h>

Collaboration diagram for __auth::auth_ops:

Public Attributes

void(* ah_nextverf )(struct __auth *)
 
int(* ah_marshal )(struct __auth *, XDR *, u_int *)
 
int(* ah_validate )(struct __auth *, struct opaque_auth *, u_int)
 
int(* ah_refresh )(struct __auth *, void *)
 
void(* ah_destroy )(struct __auth *)
 
int(* ah_wrap )(struct __auth *, XDR *, xdrproc_t, caddr_t)
 
int(* ah_unwrap )(struct __auth *, XDR *, xdrproc_t, caddr_t, u_int)
 

Detailed Description

Definition at line 209 of file auth.h.

Member Data Documentation

◆ ah_destroy

void(* __auth::auth_ops::ah_destroy) (struct __auth *)

Definition at line 218 of file auth.h.

◆ ah_marshal

int(* __auth::auth_ops::ah_marshal) (struct __auth *, XDR *, u_int *)

Definition at line 212 of file auth.h.

◆ ah_nextverf

void(* __auth::auth_ops::ah_nextverf) (struct __auth *)

Definition at line 210 of file auth.h.

◆ ah_refresh

int(* __auth::auth_ops::ah_refresh) (struct __auth *, void *)

Definition at line 216 of file auth.h.

◆ ah_unwrap

int(* __auth::auth_ops::ah_unwrap) (struct __auth *, XDR *, xdrproc_t, caddr_t, u_int)

Definition at line 222 of file auth.h.

◆ ah_validate

int(* __auth::auth_ops::ah_validate) (struct __auth *, struct opaque_auth *, u_int)

Definition at line 214 of file auth.h.

◆ ah_wrap

int(* __auth::auth_ops::ah_wrap) (struct __auth *, XDR *, xdrproc_t, caddr_t)

Definition at line 220 of file auth.h.


The documentation for this struct was generated from the following file: