ReactOS 0.4.15-dev-7918-g2a2556c
des_block Union Reference

#include <auth.h>

Collaboration diagram for des_block:

Public Attributes

struct {
   u_int32_t   high
 
   u_int32_t   low
 
key
 
char c [8]
 

Detailed Description

Definition at line 180 of file auth.h.

Member Data Documentation

◆ c

char des_block::c[8]

Definition at line 185 of file auth.h.

◆ high

u_int32_t des_block::high

Definition at line 182 of file auth.h.

◆ 

struct { ... } des_block::key

Referenced by _svcauth_des(), and authdes_marshal().

◆ low

u_int32_t des_block::low

Definition at line 183 of file auth.h.


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