Searched refs:sb6 (Results 1 – 2 of 2) sorted by relevance
98 static ULONG sb6[64] = variable512 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_des_process_block()519 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_des_process_block()
94 static const ULONG sb6[64] = variable524 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_crypto_des_process_block()531 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_crypto_des_process_block()