ReactOS 0.4.15-dev-7846-g8ba6c66
tag_arc4_info Struct Reference

#include <ntlm.h>

Public Attributes

unsigned char x
 
unsigned char y
 
unsigned char state [256]
 

Detailed Description

Definition at line 16 of file ntlm.h.

Member Data Documentation

◆ state

unsigned char tag_arc4_info::state[256]

Definition at line 18 of file ntlm.h.

Referenced by SECUR32_arc4Init(), and SECUR32_arc4Process().

◆ x

unsigned char tag_arc4_info::x

Definition at line 17 of file ntlm.h.

Referenced by SECUR32_arc4Init(), and SECUR32_arc4Process().

◆ y

unsigned char tag_arc4_info::y

Definition at line 17 of file ntlm.h.

Referenced by SECUR32_arc4Init(), and SECUR32_arc4Process().


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