Lines Matching refs:ufc_long

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()
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()
403 ufc_long mask1,comes_from; in __init_des_r()
428 ufc_long word_value, mask1, mask2; in __init_des_r()
500 ufc_long to_permute, inx; in __init_des_r()
503 to_permute = (((ufc_long)s1 << 4) | in __init_des_r()
504 (ufc_long)s2) << (24 - 8 * (ufc_long)sg); in __init_des_r()
555 shuffle_sb (long32 *k, ufc_long saltbits) in shuffle_sb()
557 ufc_long j; in shuffle_sb()
569 shuffle_sb (long64 *k, ufc_long saltbits) in shuffle_sb()
571 ufc_long j; in shuffle_sb()
609 ufc_long i, j, saltbits; in _ufc_setup_salt_r()
668 ufc_long v1, v2, *k1; in _ufc_mk_keytab_r()
724 _ufc_dofinalperm_r (ufc_long *res, struct crypt_data * __restrict __data) in _ufc_dofinalperm_r()
726 ufc_long v1, v2, x; in _ufc_dofinalperm_r()
727 ufc_long l1,l2,r1,r2; in _ufc_dofinalperm_r()
766 _ufc_output_conversion_r (ufc_long v1, ufc_long v2, const char *salt, in _ufc_output_conversion_r()
803 ufc_long l1, l2, r1, r2, res[4]; in __encrypt_r()
873 _ufc_doit_r((ufc_long)1, __data, &res[0]); in __encrypt_r()