Searched refs:ufc_long (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/crypt/ |
D | crypt_util.c | 45 STATIC void shuffle_sb (long32 *k, ufc_long saltbits); 47 STATIC void shuffle_sb (long64 *k, ufc_long saltbits); 181 static const ufc_long BITMASK[24] = { 192 static const ufc_long longmask[32] = { 213 static ufc_long do_pc1[8][2][128]; 226 static ufc_long do_pc2[8][128]; 237 static ufc_long eperm32tab[4][256][2]; 246 static ufc_long efp[16][64][2]; 267 _ufc_prbits (ufc_long *a, int n) in __libc_lock_define_initialized() 269 ufc_long i, j, t, tmp; in __libc_lock_define_initialized() [all …]
|
D | crypt-private.h | 44 extern void _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, 45 ufc_long *res); 56 extern void _ufc_dofinalperm_r (ufc_long *res, 58 extern void _ufc_output_conversion_r (ufc_long v1, ufc_long v2,
|
D | crypt.c | 37 _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, in _ufc_doit_r() 38 ufc_long *res) in _ufc_doit_r() 82 _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, in _ufc_doit_r() 83 ufc_long *res) in _ufc_doit_r()
|
D | crypt-entry.c | 78 ufc_long res[4]; in __crypt_r() 80 ufc_long xx = 25; /* to cope with GCC long long compiler bugs */ in __crypt_r()
|
D | ufc-crypt.h | 21 typedef uint_fast32_t ufc_long; typedef
|