#include <crypt.h>
Data Fields | |
char | keysched [16 *8] |
char | sb0 [32768] |
char | sb1 [32768] |
char | sb2 [32768] |
char | sb3 [32768] |
char | crypt_3_buf [14] |
char | current_salt [2] |
long int | current_saltbits |
int | direction |
int | initialized |
Definition at line 40 of file crypt.h.
char crypt_data::crypt_3_buf[14] |
char crypt_data::current_salt[2] |
long int crypt_data::current_saltbits |
char crypt_data::keysched[16 *8] |
Definition at line 42 of file crypt.h.
Referenced by __encrypt_r(), _ufc_doit_r(), and _ufc_mk_keytab_r().
char crypt_data::sb0[32768] |
Definition at line 43 of file crypt.h.
Referenced by __init_des_r(), _ufc_doit_r(), and _ufc_setup_salt_r().
char crypt_data::sb1[32768] |
char crypt_data::sb2[32768] |
Definition at line 45 of file crypt.h.
Referenced by __init_des_r(), _ufc_doit_r(), and _ufc_setup_salt_r().
char crypt_data::sb3[32768] |