Home
last modified time | relevance | path

Searched refs:longmask (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/crypt/
Dcrypt_util.c192 static const ufc_long longmask[32] = { variable
288 if(v & longmask[8 + i]) in _ufc_set_bits()
366 mask2 = longmask[bit % 28 + 4]; in __init_des_r()
448 mask1 = longmask[bit_within_word + 26]; in __init_des_r()
449 mask2 = longmask[o_bit]; in __init_des_r()
885 *__block++ = (l1 & longmask[i]) != 0; in __encrypt_r()
888 *__block++ = (r1 & longmask[i]) != 0; in __encrypt_r()