Searched refs:sb6 (Results 1 – 2 of 2) sorted by relevance
97 static ULONG sb6[64] = variable511 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_des_process_block()518 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_des_process_block()
93 static const ULONG sb6[64] = variable523 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_crypto_des_process_block()530 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_crypto_des_process_block()