ReactOS 0.4.16-dev-401-g45b008d
|
#include <auth.h>
Classes | |
struct | auth_ops |
Public Attributes | |
struct opaque_auth | ah_cred |
struct opaque_auth | ah_verf |
union des_block | ah_key |
struct __auth::auth_ops * | ah_ops |
void * | ah_private |
struct opaque_auth __auth::ah_cred |
Definition at line 206 of file auth.h.
Referenced by authdes_marshal(), authdes_pk_seccreate(), authgss_marshal(), authsspi_marshal(), authunix_create(), authunix_refresh(), authunix_validate(), marshal_new_auth(), and rpc_broadcast_exp().
union des_block __auth::ah_key |
Definition at line 208 of file auth.h.
Referenced by authdes_marshal(), authdes_pk_seccreate(), authdes_refresh(), and authdes_validate().
struct __auth::auth_ops * __auth::ah_ops |
Referenced by authdes_pk_seccreate(), authgss_create(), authsspi_create(), and authunix_create().
void* __auth::ah_private |
Definition at line 225 of file auth.h.
Referenced by authdes_pk_seccreate(), authgss_create(), authsspi_create(), authunix_create(), and authunix_destroy().
struct opaque_auth __auth::ah_verf |
Definition at line 207 of file auth.h.
Referenced by authdes_marshal(), authdes_pk_seccreate(), authgss_marshal(), authsspi_marshal(), authunix_create(), authunix_destroy(), marshal_new_auth(), and rpc_broadcast_exp().