ReactOS 0.4.15-dev-8100-g1887773
desresp Struct Reference

#include <crypt.h>

Collaboration diagram for desresp:

Public Attributes

struct {
   u_int   desbuf_len
 
   char *   desbuf_val
 
desbuf
 
u_char des_ivec [8]
 
int stat
 

Detailed Description

Definition at line 72 of file crypt.h.

Member Data Documentation

◆ des_ivec

u_char desresp::des_ivec[8]

Definition at line 77 of file crypt.h.

Referenced by _des_crypt_call().

◆ 

struct { ... } desresp::desbuf

Referenced by _des_crypt_call().

◆ desbuf_len

u_int desresp::desbuf_len

Definition at line 74 of file crypt.h.

◆ desbuf_val

char* desresp::desbuf_val

Definition at line 75 of file crypt.h.

◆ stat

int desresp::stat

Definition at line 78 of file crypt.h.

Referenced by _des_crypt_call().


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