Searched refs:ufc_long (Results 1 – 5 of 5) sorted by relevance
/crypt/ |
A 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,
|
A D | crypt_util.c | 269 ufc_long i, j, t, tmp; in __libc_lock_define_initialized() 283 _ufc_set_bits (ufc_long v, ufc_long *b) in _ufc_set_bits() 285 ufc_long i; in _ufc_set_bits() 334 ufc_long j; in __init_des_r() 335 ufc_long mask1, mask2; in __init_des_r() 504 (ufc_long)s2) << (24 - 8 * (ufc_long)sg); in __init_des_r() 557 ufc_long j; in shuffle_sb() 571 ufc_long j; in shuffle_sb() 668 ufc_long v1, v2, *k1; in _ufc_mk_keytab_r() 726 ufc_long v1, v2, x; in _ufc_dofinalperm_r() [all …]
|
A 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()
|
A D | ufc-crypt.h | 21 typedef uint_fast32_t ufc_long; typedef
|
A 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()
|
Completed in 10 milliseconds