r48r 471 ext/standard/crypt_freesec.c uint32_t f, r48l, r48r, saltbits; r48r 529 ext/standard/crypt_freesec.c r48r = ((r & 0x0001f800) << 7) r48r 538 ext/standard/crypt_freesec.c f = (r48l ^ r48r) & saltbits; r48r 540 ext/standard/crypt_freesec.c r48r ^= f ^ *kr++; r48r 547 ext/standard/crypt_freesec.c | psbox[2][m_sbox[2][r48r >> 12]] r48r 548 ext/standard/crypt_freesec.c | psbox[3][m_sbox[3][r48r & 0xfff]];