ReactOS 0.4.16-dev-755-g88f105e
|
#include <crypt.h>
Public Attributes | |
struct { | |
u_int desbuf_len | |
char * desbuf_val | |
} | desbuf |
u_char | des_ivec [8] |
int | stat |
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().
int desresp::stat |
Definition at line 78 of file crypt.h.
Referenced by _des_crypt_call().