r48r 469 ext/standard/crypt_freesec.c uint32_t f, r48l, r48r, saltbits; r48r 527 ext/standard/crypt_freesec.c r48r = ((r & 0x0001f800) << 7) r48r 536 ext/standard/crypt_freesec.c f = (r48l ^ r48r) & saltbits; r48r 538 ext/standard/crypt_freesec.c r48r ^= f ^ *kr++; r48r 545 ext/standard/crypt_freesec.c | psbox[2][m_sbox[2][r48r >> 12]] r48r 546 ext/standard/crypt_freesec.c | psbox[3][m_sbox[3][r48r & 0xfff]];