Searched refs:key_perm_maskr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.c501 static const uint32_t key_perm_maskr[12][16] = { variable
717 k1 |= key_perm_maskr[j][(rawkey0 >> ibit) & 0xf];
719 k1 |= key_perm_maskr[j + 1][(rawkey0 >> ibit) & 0xf] |
720 key_perm_maskr[i + 8][(rawkey1 >> ibit) & 0xf];

Completed in 81 milliseconds